From c645e593142581ae2e1afd88573ed2004013ff0d Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 19 Nov 2024 12:34:58 -0600 Subject: [PATCH] Adjust form --- app/views/buckets/edit.html.erb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/views/buckets/edit.html.erb b/app/views/buckets/edit.html.erb index 760044536..f37c0330d 100644 --- a/app/views/buckets/edit.html.erb +++ b/app/views/buckets/edit.html.erb @@ -7,8 +7,8 @@ Go back <% end %> - <%= form_with model: @bucket, class: "flex align-center gap-half", method: :delete do |form| %> - <%= form.button class: "btn btn--negative txt-small min-width", data: { turbo_confirm: "Are you sure you want to delete this?" } do %> + <%= form_with model: @bucket, class: "flex-item-justify-end", method: :delete do |form| %> + <%= form.button class: "btn btn--negative", data: { turbo_confirm: "Are you sure you want to delete this?" } do %> <%= image_tag "minus.svg", aria: { hidden: true }, size: 24 %> Delete <%= @bucket.name %> <% end %> @@ -18,8 +18,6 @@
<%= form_with model: @bucket, class: "flex flex-column gap txt-large", controller: "form" do |form| %> - <%= image_tag "bubbles.svg", aria: { hidden: "true" }, size: 150, class: "colorize--black center" %> -
<%= translation_button(:bucket_name) %>