@@ -5,7 +5,7 | |||||
5 | <h2><%= l(:label_spent_time) %></h2> |
|
5 | <h2><%= l(:label_spent_time) %></h2> | |
6 |
|
6 | |||
7 | <h3><%= link_to(@project.name, {:action => 'details', :project_id => @project}) if @project %> |
|
7 | <h3><%= link_to(@project.name, {:action => 'details', :project_id => @project}) if @project %> | |
8 |
<%= "/ " + link_to( |
|
8 | <%= "/ " + link_to_issue(@issue) + h(": #{@issue.subject}") if @issue %></h3> | |
9 |
|
9 | |||
10 | <h3 class="textright"><%= l(:label_total) %>: <%= lwr(:label_f_hour, @total_hours) %></h3> |
|
10 | <h3 class="textright"><%= l(:label_total) %>: <%= lwr(:label_f_hour, @total_hours) %></h3> | |
11 |
|
11 |
General Comments 0
You need to be logged in to leave comments.
Login now