Sha256: 19cc82b6d535ce6862d6c40fecd6facb3a4be1ad48b6137c69735e0d91e4c5ee

Contents?: true

Size: 1.33 KB

Versions: 5

Compression:

Stored size: 1.33 KB

Contents

<% content_for :above_flash do %>
  <div class="callout warning">
    Welcome to <%= ENV['APP_NAME'] %>!
  </div>
<% end %>

<div class="o-page">
  <div class="o-page__content u-pd-content">
    <div class="u-centered u-container--condensed">
      <h1 class="u-margin-bottom--large">Log in</h1>
      <div class="u-hr-small u-margin-bottom--xlarge"></div>

      <%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
        <%= f.email_field :email, autofocus: true, class: 'o-input-placehoder--medium-gray', placeholder: 'Enter email address' %>
        <%= f.password_field :password, autocomplete: 'off', class: 'o-input-placehoder--medium-gray', placeholder: 'Enter password' %>
        <div class="u-margin-top--xlarge">
          <%= f.submit 'Log in', class: 'o-btn o-btn--xs-full o-btn--yellow o-btn--xs-full u-margin-right--base ' %>
          <%= link_to 'Register', new_registration_path(resource_name), class: 'o-btn o-btn--xs-full o-btn--bordered-yellow u-color--base o-btn--xs-full' %>
        </div>
      <% end %>

      <div class="u-margin-bottom--xlarge u-margin-top--xlarge">
        <%= link_to 'Forgot your password?', new_password_path(resource_name) %>
        <br>
        <%= link_to "Didn't receive confirmation instructions?", new_user_confirmation_path %>
      </div>
    </div>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lcms-engine-0.1.4 app/views/devise/sessions/new.html.erb
lcms-engine-0.1.3 app/views/devise/sessions/new.html.erb
lcms-engine-0.2.0 app/views/devise/sessions/new.html.erb
lcms-engine-0.1.2 app/views/devise/sessions/new.html.erb
lcms-engine-0.1.0 app/views/devise/sessions/new.html.erb