comparison app/views/projects/show.rhtml @ 810:aaa26ccafb00 cannam

Move tags list on project show page
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 23 Nov 2011 13:57:22 +0000
parents 4bc63ccdb6ed
children
comparison
equal deleted inserted replaced
808:0a5bc55527a6 810:aaa26ccafb00
96 96
97 <%= call_hook(:view_projects_show_right, :project => @project) %> 97 <%= call_hook(:view_projects_show_right, :project => @project) %>
98 </div> 98 </div>
99 99
100 <% content_for :sidebar do %> 100 <% content_for :sidebar do %>
101 <%= call_hook(:view_projects_show_sidebar_top, :project => @project) %>
101 <% if @total_hours.present? %> 102 <% if @total_hours.present? %>
102 <h3><%= l(:label_spent_time) %></h3> 103 <h3><%= l(:label_spent_time) %></h3>
103 <p><span class="icon icon-time"><%= l_hours(@total_hours) %></span></p> 104 <p><span class="icon icon-time"><%= l_hours(@total_hours) %></span></p>
104 <p><%= link_to(l(:label_details), {:controller => 'timelog', :action => 'index', :project_id => @project}) %> | 105 <p><%= link_to(l(:label_details), {:controller => 'timelog', :action => 'index', :project_id => @project}) %> |
105 <%= link_to(l(:label_report), {:controller => 'time_entry_reports', :action => 'report', :project_id => @project}) %></p> 106 <%= link_to(l(:label_report), {:controller => 'time_entry_reports', :action => 'report', :project_id => @project}) %></p>