Sha256: 678421df2ca1bff6afe36f6ad428ad445b84711618a91b32e2302da22aa0560c

Contents?: true

Size: 869 Bytes

Versions: 1

Compression:

Stored size: 869 Bytes

Contents

<div class="block">
  <div class="secondary-navigation">
    <div class="clear"></div>
  </div>          
  <div class="content">            
    <h2 class="title">Forgot Your Password?</h2>
    <div class="inner">
      <p>Fill out the form below and instructions to reset your password will be emailed to you:<br /></p>
      <% form_tag(password_resets_path, :class => :form) do |f| -%>

        <div class="group">
          <label class='label' for='email'>Email</label>
          <%= text_field_tag "email" %>
          <span class="description">Ex: a simple text</span>
        </div>

        <div class="group navform">
          <input type="submit" class="button" value="Reset my password &rarr;" /> or <%= link_to 'Cancel', login_path %>
        </div>

      <% end -%>
    </div>
  </div>
</div>

<% content_for :sidebar, render(:partial => 'sidebar') -%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
base_rails_app-0.0.1 lib/app/views/password_resets/new.html.erb