Sha256: 95859f7b42bef1bd2234a83e68ed19c06a761a8facfb74eb253edd4912cfbbc9

Contents?: true

Size: 601 Bytes

Versions: 4

Compression:

Stored size: 601 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

4 entries across 4 versions & 1 rubygems

Version Path
guts-1.0.8 app/views/guts/sessions/forgot.html.erb
guts-1.0.7 app/views/guts/sessions/forgot.html.erb
guts-1.0.5 app/views/guts/sessions/forgot.html.erb
guts-1.0.3 app/views/guts/sessions/forgot.html.erb