app/views/jobshop/welcome/registrations/new.html.haml in jobshop-0.0.127 vs app/views/jobshop/welcome/registrations/new.html.haml in jobshop-0.0.131

- old
+ new

@@ -1,10 +1,10 @@ %main.mdl-layout__content - .dialog.dialog--no-back.mdl-grid.mdl-grid--no-spacing.mdl-shadow--2dp - %header.onboard__avatar.mdl-cell.mdl-cell--4-col + .dialog-box + .dialog-box__header %i.material-icons location_city - .mdl-card.mdl-cell.mdl-cell--8-col + .dialog-box__content = simple_form_for @registration, url: welcome_registration_path do |f| .mdl-card__title %h4.mdl-card__title-text Registration .mdl-card__supporting-text @@ -26,6 +26,7 @@ characters, have mixed upper/lower case, and include numbers and symbols. = uf.input :password = uf.input :password_confirmation .mdl-card__actions + .expand = f.button :submit, "Next »".html_safe