##// END OF EJS Templates
code layout cleanup app/views/users/show.html.erb...
Toshi MARUYAMA -
r8801:d7692b257575
parent child
Show More
@@ -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