diff --git a/app/views/boards/edit/_publication.html.erb b/app/views/boards/edit/_publication.html.erb index 560a00286..fb9a5537c 100644 --- a/app/views/boards/edit/_publication.html.erb +++ b/app/views/boards/edit/_publication.html.erb @@ -6,18 +6,16 @@ <% if board.published? %>
- <%= form_with url: board_publication_path(board), method: :delete, data: { controller: "form" } do |form| %> -
- - -
+ <%= form_with url: board_publication_path(board), method: :delete, class: "flex-inline center justify-between gap", data: { controller: "form" } do |form| %> + + <% end %>
@@ -42,18 +40,16 @@
<% else %>
- <%= form_with url: board_publication_path(board), method: :post, data: { controller: "form" } do |form| %> -
- - -
+ <%= form_with url: board_publication_path(board), method: :post, class: "flex-inline center justify-between gap", data: { controller: "form" } do |form| %> + + <% end %>
<% end %>