修改流程碑点进去样式

dev_repository_hjq
huang 10 years ago
parent ca26b0d819
commit ee4cfb9c89

@ -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)) %>

Loading…
Cancel
Save