also remove all button_classes usage
This commit is contained in:
@ -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"}
|
||||
|
Reference in New Issue
Block a user