修改流程碑点进去样式

dev_repository_hjq
huang 10 years ago
parent ca26b0d819
commit ee4cfb9c89

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

Loading…
Cancel
Save