1
0

Moved Formula to separate model

This commit is contained in:
cryptogopher
2020-02-16 18:34:07 +01:00
parent aa26e66312
commit 4e537f3981
6 changed files with 73 additions and 88 deletions

View File

@@ -43,7 +43,7 @@
</td>
<td class="domain"><%= q.domain %></td>
<td class="description"><%= q.description %></td>
<td class="formula"><%= checked_image q.formula? %></td>
<td class="formula"><%= checked_image q.formula %></td>
<td class="action unwrappable">
<%= link_to l(:button_edit), edit_quantity_path(q), {
remote: true,