diff options
Diffstat (limited to 'app/views/user/show.rhtml')
-rw-r--r-- | app/views/user/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml index f78fcffe0..4e895f2e2 100644 --- a/app/views/user/show.rhtml +++ b/app/views/user/show.rhtml @@ -102,7 +102,7 @@ <% end %> <% if @is_you and not @track_things.empty? %> - <h2> + <h2 id="email_subscriptions"> Your <%=pluralize(@track_things.size, "email subscription") %> <% if @track_things_grouped.size == 1 %> <% form_tag :controller => 'track', :action => 'delete_all_type' do %> |