Skip to content

Commit

Permalink
Fix ordering table rows
Browse files Browse the repository at this point in the history
  • Loading branch information
skyporter committed May 14, 2024
1 parent 59bb6e9 commit 97e9426
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<tbody>
<tr>
<th>Position</th>
<th>Nom</th>
Expand All @@ -22,9 +23,10 @@
:id => @advanced_search_conf.id,
:field => field.uuid),
method: :delete,
data: { confirm: t('delete_confirm', model: field.name) },
data: {confirm: t('delete_confirm', model: field.name)},
class: 'btn btn-xs btn-outline-secondary'
) %>
</td>
</tr>
<% end %>
</tbody>

0 comments on commit 97e9426

Please sign in to comment.