@@ -35,7 +35,9 | |||||
35 | <div class="splitcontentright"> |
|
35 | <div class="splitcontentright"> | |
36 |
|
36 | |||
37 | <% unless @events_by_day.empty? %> |
|
37 | <% unless @events_by_day.empty? %> | |
38 | <h3><%= link_to l(:label_activity), :controller => 'activities', :action => 'index', :id => nil, :user_id => @user, :from => @events_by_day.keys.first %></h3> |
|
38 | <h3><%= link_to l(:label_activity), :controller => 'activities', | |
|
39 | :action => 'index', :id => nil, :user_id => @user, | |||
|
40 | :from => @events_by_day.keys.first %></h3> | |||
39 |
|
41 | |||
40 | <p> |
|
42 | <p> | |
41 | <%=l(:label_reported_issues)%>: <%= Issue.count(:conditions => ["author_id=?", @user.id]) %> |
|
43 | <%=l(:label_reported_issues)%>: <%= Issue.count(:conditions => ["author_id=?", @user.id]) %> |
General Comments 0
You need to be logged in to leave comments.
Login now