diff options
-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 } %> |