Displaying quantities with fixed precision/MFU unit removed
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<% total_width = 4 + @quantities.length %>
|
||||
<th style="width:<%= 3 * 100/total_width%>%"><%= l(:field_name) %></th>
|
||||
<th style="width:<%= 3 * 100/total_width %>%"><%= l(:field_name) %></th>
|
||||
<% @quantities.each do |q| %>
|
||||
<th style="width:<%= 100/total_width %>%" class="closable ellipsible">
|
||||
<div style="float:right;position:relative;">
|
||||
|
||||
Reference in New Issue
Block a user