Sha256: aadadf91518714c60b963d425b6190cab60d4844d9dddfd795157114566e4bd7

Contents?: true

Size: 619 Bytes

Versions: 28

Compression:

Stored size: 619 Bytes

Contents

<h2>Forgot your password?</h2>

<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => {:method => :post, :class => "form-horizontal"}) do |f| %>
  <fieldset>
    <%= devise_error_messages! %>

    <div class="control-group">
      <%= f.label :email, :class => 'control-label' %>
      <div class="controls">
        <%= f.email_field :email, :class => 'text_field' %>
      </div>
    </div>
    
    <div class="form-actions">
      <%= f.submit "Send me reset password instructions", :class => "btn btn-primary" %>
      <%= render "links" %>
    </div>
  </fieldset>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
houston-core-0.9.2 app/views/devise/passwords/new.html.erb
houston-core-0.9.1 app/views/devise/passwords/new.html.erb
houston-core-0.9.0 app/views/devise/passwords/new.html.erb
houston-core-0.9.0.rc1 app/views/devise/passwords/new.html.erb
houston-core-0.8.4 app/views/devise/passwords/new.html.erb
houston-core-0.8.3 app/views/devise/passwords/new.html.erb
houston-core-0.8.2 app/views/devise/passwords/new.html.erb
houston-core-0.8.1 app/views/devise/passwords/new.html.erb
houston-core-0.8.0 app/views/devise/passwords/new.html.erb
houston-core-0.8.0.pre2 app/views/devise/passwords/new.html.erb
houston-core-0.8.0.pre app/views/devise/passwords/new.html.erb
houston-core-0.7.0 app/views/devise/passwords/new.html.erb
houston-core-0.7.0.beta4 app/views/devise/passwords/new.html.erb
houston-core-0.7.0.beta3 app/views/devise/passwords/new.html.erb
houston-core-0.7.0.beta2 app/views/devise/passwords/new.html.erb
houston-core-0.7.0.beta app/views/devise/passwords/new.html.erb
houston-core-0.6.3 app/views/devise/passwords/new.html.erb
houston-core-0.6.2 app/views/devise/passwords/new.html.erb
houston-core-0.6.1 app/views/devise/passwords/new.html.erb
houston-core-0.6.0 app/views/devise/passwords/new.html.erb