diff options
author | francis <francis> | 2009-09-04 13:47:00 +0000 |
---|---|---|
committer | francis <francis> | 2009-09-04 13:47:00 +0000 |
commit | 57e830ed67e3e00322edce6d4607cdcd42bb5fe2 (patch) | |
tree | cc2856e26952a7e226ad8d5dff2739a120131ee9 | |
parent | cec2bc5226d10d3effc85b52c2d00072218613f3 (diff) |
Better wording.
-rw-r--r-- | app/views/user/show.rhtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml index 8995b6bbd..46ca8c751 100644 --- a/app/views/user/show.rhtml +++ b/app/views/user/show.rhtml @@ -30,10 +30,10 @@ <%= render :partial => 'track/tracking_links', :locals => { :track_thing => @track_thing, :own_request => false, :location => 'sidebar' } %> <h2>On this page</h2> - <a href="#foi_requests">FOI requests by <%=h @display_user.name%></a> - <br><a href="#annotations">Annotations by <%=h @display_user.name%></a> + <a href="#foi_requests">FOI requests</a> + <br><a href="#annotations">Annotations</a> <% if @is_you %> - <br><a href="#email_subscriptions">Your email subscriptions</a> + <br><a href="#email_subscriptions">Email subscriptions</a> <% end %> </div> @@ -68,7 +68,7 @@ made no Freedom of Information requests using this site.</p> <% end %> <% else %> - <h2> + <h2 id="foi_requests"> <%= @is_you ? 'Your ' : "This person's " %> <%=pluralize(@display_user.info_requests.size, "Freedom of Information request") %> <!-- matches_estimated <%=@xapian_requests.matches_estimated%> --> |