]> source.dussan.org Git - redmine.git/commitdiff
code layout cleanup app/views/users/show.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 22 Feb 2012 14:36:16 +0000 (14:36 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 22 Feb 2012 14:36:16 +0000 (14:36 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8921 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/users/show.html.erb

index 4ff40aa1c69d23ccdc1fc49e3f8bf9e0b466aa87..8c32235b79771b8939320ea3d746bc679279c228 100644 (file)
@@ -35,7 +35,9 @@
 <div class="splitcontentright">
 
 <% 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>
 <%=l(:label_reported_issues)%>: <%= Issue.count(:conditions => ["author_id=?", @user.id]) %>