diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 7b441a643..4b72b2254 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -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') %> New User <% end %>