Sha256: bb6eb5f8c0a6ecd60e0982b85f61ae3f740afcb49431b7c0d5fe74b9ef67f4c8

Contents?: true

Size: 308 Bytes

Versions: 4

Compression:

Stored size: 308 Bytes

Contents

<h1>Forgot Password</h1>
<% form_tag(reset_admin_session_path) do %>
  <p>
    <label for="email">E-mail</label>
    <%= text_field_tag(:email, '', :class => 'oversized text') %>
  </p>
  <%= button 'Reset Password', :class => 'grey' %> <%= button_link_to 'Return to Log In', admin_session_path %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

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