fix erblint

This commit is contained in:
Pete Matsyburka
2024-05-26 22:51:16 +03:00
parent c1e6f0970d
commit 99bc46b40f
+1 -1
View File
@@ -11,7 +11,7 @@
<% if content_for(:add_user_button) %>
<%= content_for(:add_user_button) %>
<% else %>
<%= link_to new_user_path, class: "btn btn-primary btn-md gap-2", data: { turbo_frame: 'modal' } do %>
<%= link_to new_user_path, class: 'btn btn-primary btn-md gap-2', data: { turbo_frame: 'modal' } do %>
<%= svg_icon('plus', class: 'w-6 h-6') %>
<span>New User</span>
<% end %>