Sha256: f163c533804ff31e2eb00539fcea682d1478fe970d1db7946052a9aeaa7406a3

Contents?: true

Size: 917 Bytes

Versions: 28

Compression:

Stored size: 917 Bytes

Contents

<h2>Change your password</h2>

<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => {:method => :put, :class => "form-horizontal"}) do |f| %>
  <fieldset>
    <%= devise_error_messages! %>
    <%= f.hidden_field :reset_password_token %>
    
    <div class="control-group">
      <%= f.label :password, :class => 'control-label' %>
      <div class="controls">
        <%= f.password_field :password, :class => 'text_field' %>
      </div>
    </div>
  
    <div class="control-group">
      <%= f.label :password_confirmation, "Confirm new password", :class => 'control-label' %>
      <div class="controls">
        <%= f.password_field :password_confirmation, :class => 'text_field' %>
      </div>
    </div>
    
    <div class="form-actions">
      <%= f.submit "Change my password", :class => "btn btn-primary" %>
    </div>
  </fieldset>
<% end %>

<%= render "links" %>

Version data entries

28 entries across 28 versions & 1 rubygems

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