- content_for :title do Create password .container = render 'shared/alerts' = form_for :user, url: '/register', html: {class: 'central-form'} do |f| %h2.central-form-header.text-center Create password %p Creating an account requires that you have been registered beforehand by an administrator. Contact someone if your email address is not recognized. = f.email_field :email, placeholder: 'Email address', class: 'form-control input-only' = f.submit "Send email", class: 'btn btn-primary btn-lg btn-block' .central-form %ul.hdis %li = link_to "Login", {action: 'login', controller: 'authentication'}, {class: 'btn btn-secondary'} %li = link_to "Forgot password", {action: 'forgotten_password', controller: 'authentication'}, {class: 'btn btn-secondary'}