Sha256: a8ab18383b3225e7f21a5883abf891274dc3a961b6c04482c277d8d8290c895b

Contents?: true

Size: 646 Bytes

Versions: 71

Compression:

Stored size: 646 Bytes

Contents

- content_for :page_title do
  Смена пароля
  
= 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
  .clearfix
    = f.label :password, "Новый пароль"
    .input
      = f.password_field :password
  .clearfix
    = f.label :password_confirmation, "Еще раз"
    .input
      = f.password_field :password_confirmation
  .clearfix
    .input
      = f.submit "Сменить пароль", :class => "btn primary"

- content_for :sidebar do
  = render :partial => "devise/shared/links"

Version data entries

71 entries across 71 versions & 3 rubygems

Version Path
constructor-core-0.8.19 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.18 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.17 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.16 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.15 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.14 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.13 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.12 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.11 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.10 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.8 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.7 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.6 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.5 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.4 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.3 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.2 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.1 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.8.0 app/views/constructor_core/devise/passwords/edit.html.haml
constructor-core-0.7.10 app/views/constructor_core/devise/passwords/edit.html.haml