Sha256: 56572e9a6f0616c7de8bdc597d0d29678fa713f902610249def02ba80aed9af6

Contents?: true

Size: 741 Bytes

Versions: 12

Compression:

Stored size: 741 Bytes

Contents

<div class="row">
  <%= form_for(:session, url: create_session_path) do |f| %>
    <div class="small-12 columns">
      <h1>Session</h1>
      <%= f.submit 'Login', { class: 'button' } %>
      <%= link_to 'Forgot Password?', forgot_session_path, { class: 'hollow button secondary' } %>
    </div>
  
    <% if flash[:notice] %>
      <div class="small-12 columns">
        <div class="callout alert">
          <%= flash[:notice] %>
        </div>
      </div>
    <% end %>
  
    <div class="small-12 medium-6 columns">
      <%= f.label :email %>
      <%= f.email_field :email %>
    </div>

    <div class="small-12 medium-6 columns">
      <%= f.label :password %>
      <%= f.password_field :password %>
    </div>
  <% end %>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
guts-1.3.6 app/views/guts/sessions/new.html.erb
guts-1.3.5 app/views/guts/sessions/new.html.erb
guts-1.3.4 app/views/guts/sessions/new.html.erb
guts-1.3.3 app/views/guts/sessions/new.html.erb
guts-1.3.2 app/views/guts/sessions/new.html.erb
guts-1.3.1 app/views/guts/sessions/new.html.erb
guts-1.3.0 app/views/guts/sessions/new.html.erb
guts-1.2.2 app/views/guts/sessions/new.html.erb
guts-1.2.1 app/views/guts/sessions/new.html.erb
guts-1.2.0 app/views/guts/sessions/new.html.erb
guts-1.1.1 app/views/guts/sessions/new.html.erb
guts-1.1.0 app/views/guts/sessions/new.html.erb