Disable links instead of hiding

Closes #49
This commit is contained in:
2025-01-03 14:41:18 +01:00
parent 80f05ba45f
commit af152c5e8b
4 changed files with 50 additions and 33 deletions

View File

@@ -17,8 +17,8 @@
id: dom_id(unit, :new, :link), onclick: 'this.blur();', data: {turbo_stream: true} %>
<% end %>
<%= image_button_to t('.destroy'), 'delete-outline', unit_path(unit),
method: :delete, **disabled_attributes(!unit.movable?) %>
<%= image_button_to_if unit.movable?, t('.destroy'), 'delete-outline', unit_path(unit),
method: :delete %>
</td>
<% if unit.movable? %>
<td class="handle" draggable="true">&#x283F</td>