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-1.0.0.beta6 | app/views/contour/passwords/edit.html.erb |
contour-1.0.0.beta5 | app/views/contour/passwords/edit.html.erb |
contour-1.0.0.beta4 | app/views/contour/passwords/edit.html.erb |