Sha256: abaec3a24351e4423c9ecfcf182f4b56742c64fbcfcd896b69ed705f43364e00

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

.row.small-8.large-12
  h3 Log in to Renalware

  .alert-box.warning
    | NOTICE: This system contains patient clinical records. All information is highly 
    | confidential and must be treated as such. All data must be used with the Data 
    | Protection Act and related legislation and in compliance with security policies 
    | governing use of this system. Unauthorised, illegal or improper use may result 
    | in disciplinary action and civil or criminal prosecution. By continuing to access 
    | this system you agree that such access and use is subject to the foregoing.

.row.small-6.large-3

  = simple_form_for(resource,
                    as: resource_name,
                    url: session_path(resource_name),
                    html: { autocomplete: "off" }) do |f|
    = f.input :username, input_html: { autofocus: true }, required: false
    = f.input :password, input_html: { autocomplete: "off" }
    = f.input :remember_me, as: :boolean if devise_mapping.rememberable?

    .actions
      = f.submit "Log in", class: "button save"

  = render "devise/shared/links"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta4 app/views/renalware/devise/sessions/new.html.slim