1
0

Displaying quantities with fixed precision/MFU unit removed

This commit is contained in:
cryptogopher
2020-04-28 16:05:42 +02:00
parent dfa20a55d1
commit 3418af87c1
5 changed files with 44 additions and 13 deletions

View File

@@ -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;">