1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-10 07:55:21 +02:00

Add ability to delete all tags (#2200)

* Add ability to delete all tags

* Downcase resource for confirmation

* Clean up deletion resource names

* titleize button
This commit is contained in:
Alex Hatzenbuhler 2025-05-05 11:43:46 -05:00 committed by GitHub
parent dcc43cb253
commit c022e862aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 37 additions and 17 deletions

View file

@ -17,6 +17,6 @@
href: chat_path(chat),
icon: "trash-2",
method: :delete,
confirm: CustomConfirm.for_resource_deletion("Chat")) %>
confirm: CustomConfirm.for_resource_deletion("chat")) %>
<% end %>
<% end %>

View file

@ -29,7 +29,7 @@
href: chat_path(chat),
icon: "trash-2",
method: :delete,
confirm: CustomConfirm.for_resource_deletion("Chat")) %>
confirm: CustomConfirm.for_resource_deletion("chat")) %>
<% end %>
<% end %>
</nav>