Sha256: f829bd02286fa7f695f9074b453375ef68a91f851729367643c519a70bebbfcd

Contents?: true

Size: 691 Bytes

Versions: 1

Compression:

Stored size: 691 Bytes

Contents

%h1.no-line Log in to the people finder
.spacer-25
%h3 Google email accounts

%p
  If you have a government Google account you can log in quickly
  with the official authentication screen.

%p
  = link_to "Log in", "/auth/gplus", class: 'button login-button'

%hr
.spacer-5
%h3 Other email addresses

%p Enter a valid Ministry of Justice email address below

= simple_form_for (@token ||= Peoplefinder::Token.new) do |token_form|

  .form-group{ class: ('gov-uk-field-error' if @token.errors.any?)}
    %p= @token.errors[:base].join('')
    = token_form.input :user_email, as: :string, label: false
  .spacer-20
  .form-group
    = token_form.button :submit, 'Log in', class: 'login-button'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
peoplefinder-0.0.2 app/views/peoplefinder/sessions/_login_page.html.haml