From d7692b25757500602d24f5694800f2afbde18791 2012-02-22 14:36:16 From: Toshi MARUYAMA Date: 2012-02-22 14:36:16 Subject: [PATCH] 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 --- diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 4ff40aa..8c32235 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -35,7 +35,9 @@
<% unless @events_by_day.empty? %> -

<%= link_to l(:label_activity), :controller => 'activities', :action => 'index', :id => nil, :user_id => @user, :from => @events_by_day.keys.first %>

+

<%= link_to l(:label_activity), :controller => 'activities', + :action => 'index', :id => nil, :user_id => @user, + :from => @events_by_day.keys.first %>

<%=l(:label_reported_issues)%>: <%= Issue.count(:conditions => ["author_id=?", @user.id]) %>