comparison vendor/plugins/redmine_bibliography/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 65abc6b39292
children
comparison
equal deleted inserted replaced
808:0a5bc55527a6 810:aaa26ccafb00
99 <% end %> 99 <% end %>
100 <%= call_hook(:view_projects_show_right, :project => @project) %> 100 <%= call_hook(:view_projects_show_right, :project => @project) %>
101 </div> 101 </div>
102 102
103 <% content_for :sidebar do %> 103 <% content_for :sidebar do %>
104 <%= call_hook(:view_projects_show_sidebar_top, :project => @project) %>
104 <% if @total_hours && User.current.allowed_to?(:view_time_entries, @project) %> 105 <% if @total_hours && User.current.allowed_to?(:view_time_entries, @project) %>
105 <h3><%= l(:label_spent_time) %></h3> 106 <h3><%= l(:label_spent_time) %></h3>
106 <p><span class="icon icon-time"><%= l_hours(@total_hours) %></span></p> 107 <p><span class="icon icon-time"><%= l_hours(@total_hours) %></span></p>
107 <p><%= link_to(l(:label_details), {:controller => 'timelog', :action => 'index', :project_id => @project}) %> | 108 <p><%= link_to(l(:label_details), {:controller => 'timelog', :action => 'index', :project_id => @project}) %> |
108 <%= link_to(l(:label_report), {:controller => 'time_entry_reports', :action => 'report', :project_id => @project}) %></p> 109 <%= link_to(l(:label_report), {:controller => 'time_entry_reports', :action => 'report', :project_id => @project}) %></p>