also remove all button_classes usage

This commit is contained in:
2023-01-21 19:42:46 +02:00
parent 15dd0bb557
commit 6852883273
9 changed files with 28 additions and 45 deletions

View File

@ -23,7 +23,7 @@
.flex.items-center.gap-16
= link_to merged.changes_index_path do
%button.my-3{class: last_change_class}= last_change_text
%button.my-3.button{class: last_change_class}= last_change_text
= form_tag( main_app.destroy_member_session_path , {method: :delete } ) do
%button.flex.w-full.items-center.gap-2.rounded-lg.px-4.py-2.text-sm.text-blue-700.hover:bg-red-50{:role => "menuitem", :type => "submit"}