added new icon for time in sidebar

pull/654/head
Christian Ratz 11 years ago
parent 38df3fd8a5
commit ec1fc704d6
  1. 2
      app/views/projects/show.html.erb

@ -98,7 +98,7 @@ See doc/COPYRIGHT.rdoc for more details.
<% content_for :sidebar do %>
<% if @total_hours.present? %>
<h3><%= l(:label_spent_time) %></h3>
<p><span class="icon icon-time"><%= l_hours(@total_hours) %></span></p>
<p><span class="icon" data-icon3="f"><%= l_hours(@total_hours) %></span></p>
<p>
<%= link_to(l(:label_details), {:controller => '/timelog', :action => 'index', :project_id => @project}) %> |
<%= link_to(l(:label_report), project_time_entries_report_path(@project)) %>

Loading…
Cancel
Save