|
|
|
@ -31,7 +31,7 @@
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>
|
|
|
|
|
<%= l(:field_estimated_hours) %>
|
|
|
|
|
<p class="fl c_blue f14 fb"><%= l(:field_estimated_hours) %>:</p>
|
|
|
|
|
</th>
|
|
|
|
|
<td class="total-hours">
|
|
|
|
|
<%= html_hours(l_hours(@version.estimated_hours)) %>
|
|
|
|
@ -40,7 +40,7 @@
|
|
|
|
|
<% if User.current.allowed_to?(:view_time_entries, @project) %>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>
|
|
|
|
|
<%= l(:label_spent_time) %>
|
|
|
|
|
<p class="fr c_blue f14 fb"><%= l(:label_spent_time) %>:</p>
|
|
|
|
|
</th>
|
|
|
|
|
<td class="total-hours">
|
|
|
|
|
<%= html_hours(l_hours(@version.spent_hours)) %>
|
|
|
|
|