Skip to content

Commit

Permalink
feat(account shares): some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybakanovsky committed Sep 8, 2023
1 parent a3b8ec0 commit 048c756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/public_account_shares/new.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
.subtitle.is-5.has-text-centered
= link_to account.name, account_path(account)
= form_with(url: account_public_account_shares_path, method: :post) do |form|
div.buttons.is-centered
.buttons.is-centered
= link_to 'Back', account_shares_path(account), class: 'button is-light'
= form.submit 'Create', class: 'button is-primary'
= form.submit 'Create', class: 'button is-primary'

0 comments on commit 048c756

Please sign in to comment.