1
0

Quantity destruction destroys dependent

Table data aligned.
Primary quantities highlighted.
This commit is contained in:
cryptogopher
2019-10-25 22:46:11 +02:00
parent c0e3fd2e85
commit baadd647f8
6 changed files with 16 additions and 10 deletions

View File

@@ -38,7 +38,7 @@
<tr id="unit-<%= u.id %>" class="unit">
<td class="shortname"><%= u.shortname %></td>
<td class="unitname"><%= u.name %></td>
<td><%= delete_link unit_path(u), data: {} %></td>
<td class="action"><%= delete_link unit_path(u), data: {} %></td>
</tr>
<% end %>
</tbody>