Prefer icons without circle

This commit is contained in:
2024-11-09 15:56:22 +01:00
parent 846eb6da14
commit f899fed910
2 changed files with 3 additions and 1 deletions

View File

@@ -20,8 +20,9 @@
<td class="actions">
<%= form.submit form: :unit_form %>
<%= image_link_to t(:cancel), "close-circle-outline", units_path, class: 'dangerous',
<%= image_link_to t(:cancel), "close-outline", units_path, class: 'dangerous',
name: :cancel, onclick: render_turbo_stream('form_close', {link_id: link_id}) %>
</td>
<td></td>
<% end %>
<% end %>