Sha256: bb5d757892c92a1308cd8a953d03b84d98020827f16f23e46b92d2d6d99efb19
Contents?: true
Size: 779 Bytes
Versions: 1
Compression:
Stored size: 779 Bytes
Contents
<div class="login-container"> <h2> <%= t('carnival_devise.passwords.change_message') %> </h2> <%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f| %> <%= devise_error_messages! %> <%= f.hidden_field :reset_password_token %> <div> <%= f.label :password, t('carnival_devise.passwords.new') %> <br/> <%= f.password_field :password, :autofocus => true %> </div> <div> <%= f.label :password_confirmation, t('carnival_devise.passwords.confirm') %> <br/> <%= f.password_field :password_confirmation %> </div> <div> <%= f.submit t('carnival_devise.passwords.change') %> </div> <%= render "devise/shared/links" %> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
carnival_devise_views-0.0.3 | app/views/erb/devise/passwords/edit.html.erb |