Sha256: 701b44decb3c93c5588bd82a9bba99a2669e00881f933b404ace467edf9534d5

Contents?: true

Size: 748 Bytes

Versions: 45

Compression:

Stored size: 748 Bytes

Contents

<h2 class="page-header"><%= t('.change_your_password', :default => "Change your password") %></h2>

<%= bootstrap_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put, :class => "form-horizontal" }) do |f| %>
  
  <%= f.hidden_field :reset_password_token %>
  
  <%= f.inputs do %>
  <%= f.input :password, :label =>  t('.new_password', :default => "New password")  %>
  <%= f.input :password_confirmation, :label => t('.confirm_new_password', :default => "Confirm new password") %>
  <% end %>
  <%= f.actions do %>
  <%= f.submit t('.change_my_password', :default => "Change my password"), :class => "btn btn-primary btn-large" %>
  <% end %>
  
<% end %>

<%= render "devise/shared/links" %>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
fullstack-cms-0.4.6 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.4.5 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.4.4 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.8.fix lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.4.3 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.4.2 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.4.1 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.39 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.38 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.37 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.36 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.35 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.34 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.33 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.32 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.31 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.30 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.29 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.28 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb
fullstack-cms-0.3.27 lib/generators/fullstack/cms/templates/rails/app/views/devise/passwords/edit.html.erb