diff options
author | francis <francis> | 2008-09-22 14:25:18 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-22 14:25:18 +0000 |
commit | 8ce449916bd0efbbf49822743277a669f5d5bc64 (patch) | |
tree | 8393de74a6593ba0f75b2dddb49481d165b3e7b4 | |
parent | ba781da34242fe6c550661179c520f078eade2b8 (diff) |
Improve wording on annotations slightly.
-rw-r--r-- | app/views/comment/new.rhtml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/comment/new.rhtml b/app/views/comment/new.rhtml index 01692f4c7..c5167fc04 100644 --- a/app/views/comment/new.rhtml +++ b/app/views/comment/new.rhtml @@ -14,12 +14,7 @@ <h1>Add an annotation to '<%=request_link(@info_request)%>'</h1> <p> -Annotations will be posted publically here, and are -<strong>not</strong> sent to the authority. -</p> - -<p> -Help the requester with their request. +Annotations are so anyone, including you, can help the requester with their request. For example: </p> <ul> @@ -62,4 +57,9 @@ Help the requester with their request. </ul> +<p> + <big>Annotations will be posted publically here, and are + <strong>not</strong> sent to the authority.</big> +</p> + <%= render :partial => 'comment/comment_form', :locals => { :track_thing => @track_thing } %> |