Sha256: fc004188eafaa6ccff807c8ad63512383759068119f00010eedd379884ad081b

Contents?: true

Size: 426 Bytes

Versions: 4

Compression:

Stored size: 426 Bytes

Contents

<h1>Log In</h1>
<% form_tag(admin_session_path) do %>
  <p>
    <label for="email">E-mail</label>
    <%= text_field_tag(:email, '', :class => 'oversized text') %>
  </p>
  <p>
    <label for="password">Password</label>
    <%= password_field_tag(:password, '', :class => 'oversized text') %>
  </p>
  <%= button 'Log In', :class => 'grey' %> <%= button_link_to 'Forgot Your Password?', forgot_admin_session_path %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grandstand-0.2.4 app/views/admin/sessions/show.html.erb
grandstand-0.2.3 app/views/admin/sessions/show.html.erb
grandstand-0.2.2 app/views/admin/sessions/show.html.erb
grandstand-0.2.1 app/views/admin/sessions/show.html.erb