code layout cleanup app/views/users/show.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8921 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4fcac7d3b1
commit
d7692b2575
@ -35,7 +35,9 @@
|
|||||||
<div class="splitcontentright">
|
<div class="splitcontentright">
|
||||||
|
|
||||||
<% unless @events_by_day.empty? %>
|
<% unless @events_by_day.empty? %>
|
||||||
<h3><%= link_to l(:label_activity), :controller => 'activities', :action => 'index', :id => nil, :user_id => @user, :from => @events_by_day.keys.first %></h3>
|
<h3><%= link_to l(:label_activity), :controller => 'activities',
|
||||||
|
:action => 'index', :id => nil, :user_id => @user,
|
||||||
|
:from => @events_by_day.keys.first %></h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<%=l(:label_reported_issues)%>: <%= Issue.count(:conditions => ["author_id=?", @user.id]) %>
|
<%=l(:label_reported_issues)%>: <%= Issue.count(:conditions => ["author_id=?", @user.id]) %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user