Skip to content

Commit

Permalink
feat(sign up): update the page - changes (#45)
Browse files Browse the repository at this point in the history
* feat(sign up): update the page

* feat(sign up): change buttons
  • Loading branch information
andreybakanovsky authored Aug 31, 2023
1 parent b9aa815 commit 40152a8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions app/views/devise/registrations/new.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
| (#{@minimum_password_length} characters minimum)
.field
= f.password_field :password_confirmation, autocomplete: "new-password", placeholder: "password confirmation"
.actions
.columns
.column.is-three-quarters
= f.submit 'Sign up', class: "button is-primary"
.column.is-flex.is-justify-content-flex-end
= link_to 'Log in', new_user_session_path, class: 'button is-light'
br
.actions.is-flex.is-flex-direction-column.is-align-items-end
div.is-fullwidth
= f.submit 'Sign up', class: "button is-primary is-fullwidth"
br
.is-flex.is-justify-content-center
| Already have an account?  
= link_to 'Login now', new_user_session_path

0 comments on commit 40152a8

Please sign in to comment.