diff options
Diffstat (limited to 'app/views/comment')
-rw-r--r-- | app/views/comment/_single_comment.rhtml | 2 | ||||
-rw-r--r-- | app/views/comment/new.rhtml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app/views/comment/_single_comment.rhtml b/app/views/comment/_single_comment.rhtml index e6a1728a8..013e5e107 100644 --- a/app/views/comment/_single_comment.rhtml +++ b/app/views/comment/_single_comment.rhtml @@ -17,7 +17,7 @@ </div> <p class="event_actions"> <% if !comment.id.nil? %> - <%= link_to "Link to this", comment_url(comment) %> + <%= link_to "Link to this", comment_url(comment), :class => "link_to_this" %> <% if !@user.nil? && @user.admin_page_links? %> | <%= link_to "Admin", admin_url("request/edit_comment/" + comment.id.to_s) %> <% end %> diff --git a/app/views/comment/new.rhtml b/app/views/comment/new.rhtml index 1a4f2c0dc..cf9367b88 100644 --- a/app/views/comment/new.rhtml +++ b/app/views/comment/new.rhtml @@ -11,7 +11,8 @@ <%= foi_error_messages_for :comment %> -<h1><%= _('Add an annotation to ')%>'<%=request_link(@info_request)%>'</h1> +<h1><%= _('Add an annotation')%></h1> +<h2>to “<%=request_link(@info_request)%>”</h2> <p> <%= _('Annotations are so anyone, including you, can help the requester with their request. For example:')%> |