Sha256: 1e19eff9a2e2e233c0e282a1ba4b5cd6436dd66807a4ad76d79bc23fde9cbf1c

Contents?: true

Size: 605 Bytes

Versions: 22

Compression:

Stored size: 605 Bytes

Contents

<div class="row">
  <%= form_for(:session, url: forgot_token_session_path) do |f| %>
    <div class="small-12 columns">
      <h1>Forgot Password</h1>
      <%= f.submit 'Submit', { class: 'button' } %>
      <%= link_to 'Back', new_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 columns">
      <%= f.label :email %>
      <%= f.email_field :email %>
    </div>
  <% end %>
</div>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
guts-3.1.2 app/views/guts/sessions/forgot.html.erb
guts-3.1.1 app/views/guts/sessions/forgot.html.erb
guts-3.1.0 app/views/guts/sessions/forgot.html.erb
guts-3.0.1 app/views/guts/sessions/forgot.html.erb
guts-3.0.0 app/views/guts/sessions/forgot.html.erb
guts-2.1.0 app/views/guts/sessions/forgot.html.erb
guts-2.0.2 app/views/guts/sessions/forgot.html.erb
guts-2.0.1 app/views/guts/sessions/forgot.html.erb
guts-2.0.0 app/views/guts/sessions/forgot.html.erb
guts-1.4.0 app/views/guts/sessions/forgot.html.erb
guts-1.3.6 app/views/guts/sessions/forgot.html.erb
guts-1.3.5 app/views/guts/sessions/forgot.html.erb
guts-1.3.4 app/views/guts/sessions/forgot.html.erb
guts-1.3.3 app/views/guts/sessions/forgot.html.erb
guts-1.3.2 app/views/guts/sessions/forgot.html.erb
guts-1.3.1 app/views/guts/sessions/forgot.html.erb
guts-1.3.0 app/views/guts/sessions/forgot.html.erb
guts-1.2.2 app/views/guts/sessions/forgot.html.erb
guts-1.2.1 app/views/guts/sessions/forgot.html.erb
guts-1.2.0 app/views/guts/sessions/forgot.html.erb