Sha256: 8b6527d497b24da6471ddae7c88280ea53d7ce7418f2daa83c427f08cebafaf0

Contents?: true

Size: 891 Bytes

Versions: 63

Compression:

Stored size: 891 Bytes

Contents

<% @title = 'Change your password' %>
<div class="page-header">
  <h1><%= @title %></h1>
</div>

<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put, class: 'form-horizontal' }) do |f| %>
  <%= devise_error_messages! %>
  <%= f.hidden_field :reset_password_token %>

  <div class="control-group">
    <%= f.label :password, "New password", class: 'control-label' %>
    <div class="controls">
      <%= f.password_field :password %>
    </div>
  </div>

  <div class="control-group">
    <%= f.label :password_confirmation, "Confirm new password", class: 'control-label' %>
    <div class="controls">
      <%= f.password_field :password_confirmation %>
    </div>
  </div>

  <div class="form-actions">
    <%= f.submit "Change my password", class: 'btn btn-primary' %>
    <%= render partial: 'contour/links' %>
  </div>
<% end %>

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
contour-2.1.0.beta4 app/views/contour/passwords/edit.html.erb
contour-2.1.0.beta3 app/views/contour/passwords/edit.html.erb
contour-2.1.0.beta2 app/views/contour/passwords/edit.html.erb
contour-2.1.0.beta1 app/views/contour/passwords/edit.html.erb
contour-2.0.0 app/views/contour/passwords/edit.html.erb
contour-2.0.0.rc6 app/views/contour/passwords/edit.html.erb
contour-2.0.0.rc5 app/views/contour/passwords/edit.html.erb
contour-2.0.0.rc4 app/views/contour/passwords/edit.html.erb
contour-2.0.0.rc3 app/views/contour/passwords/edit.html.erb
contour-2.0.0.rc2 app/views/contour/passwords/edit.html.erb
contour-2.0.0.rc app/views/contour/passwords/edit.html.erb
contour-2.0.0.beta.9 app/views/contour/passwords/edit.html.erb
contour-2.0.0.beta.8 app/views/contour/passwords/edit.html.erb
contour-2.0.0.beta.7 app/views/contour/passwords/edit.html.erb
contour-2.0.0.beta.6 app/views/contour/passwords/edit.html.erb
contour-2.0.0.beta.5 app/views/contour/passwords/edit.html.erb
contour-2.0.0.beta.4 app/views/contour/passwords/edit.html.erb
contour-2.0.0.beta.3 app/views/contour/passwords/edit.html.erb
contour-2.0.0.beta.2 app/views/contour/passwords/edit.html.erb
contour-2.0.0.beta.1 app/views/contour/passwords/edit.html.erb