aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/user/show.rhtml8
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%> -->