diff options
author | francis <francis> | 2009-08-25 15:30:42 +0000 |
---|---|---|
committer | francis <francis> | 2009-08-25 15:30:42 +0000 |
commit | f5ac4360d615ca08d343cfaccd406d41336b94be (patch) | |
tree | 6ca661a487112809ac50a950799ad6d22b32c363 | |
parent | 02e81b4c04ee686db737f4e91797c776bd2bc1bd (diff) |
Show name of authority here so clearer.
-rw-r--r-- | app/views/comment/new.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/comment/new.rhtml b/app/views/comment/new.rhtml index 5c604cf47..db73d247f 100644 --- a/app/views/comment/new.rhtml +++ b/app/views/comment/new.rhtml @@ -63,7 +63,7 @@ Annotations are so anyone, including you, can help the requester with their requ <p> <big>Annotations will be posted publicly here, and are - <strong>not</strong> sent to the authority.</big> + <strong>not</strong> sent to <%=h @info_request.public_body.name %>.</big> </p> <%= render :partial => 'comment/comment_form', :locals => { :track_thing => @track_thing } %> |