Sha256: b90240cd5af619c06ee42cea4555fc7f8559646797416672056dfc2954d1921f

Contents?: true

Size: 547 Bytes

Versions: 71

Compression:

Stored size: 547 Bytes

Contents

.register_form
  %h2 Регистрация
  = form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f|
    = devise_error_messages!
    %p.email
      = f.label :email
      %br/
      = f.email_field :email
    %p
      = f.label :password
      %br/
      = f.password_field :password
    %p
      = f.label :password_confirmation
      %br/
      = f.password_field :password_confirmation
    %p.button= f.submit "Зарегистрироваться"

  .links
    = 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/registrations/new.html.haml
constructor-core-0.8.18 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.17 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.16 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.15 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.14 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.13 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.12 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.11 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.10 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.8 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.7 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.6 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.5 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.4 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.3 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.2 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.1 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.8.0 app/views/constructor_core/devise/registrations/new.html.haml
constructor-core-0.7.10 app/views/constructor_core/devise/registrations/new.html.haml