summaryrefslogtreecommitdiffstats
path: root/app/views/account
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/account')
-rw-r--r--app/views/account/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml
index c86fa59c4..8cdf98704 100644
--- a/app/views/account/show.rhtml
+++ b/app/views/account/show.rhtml
@@ -31,7 +31,7 @@
<div class="splitcontentright">
<% unless @events_by_day.empty? %>
-<h3><%=l(:label_activity)%></h3>
+<h3><%= link_to l(:label_activity), :controller => 'projects', :action => 'activity', :user_id => @user, :from => @events_by_day.keys.first %></h3>
<p>
<%=l(:label_reported_issues)%>: <%= Issue.count(:conditions => ["author_id=?", @user.id]) %>