Sha256: db75b9b931d6f489c26c56990006da238f62fece6d473dafcbe2ba36bf4f8ed3
Contents?: true
Size: 925 Bytes
Versions: 11
Compression:
Stored size: 925 Bytes
Contents
<% @meta_title = "Регистрация" %> <% page_title "Регистрация" %> <div class="ct-box"> <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %> <%= devise_error_messages! %> <p><%= f.label :email %><abbr title="Обязательный">*</abbr> <%= f.email_field :email %></p> <p><%= f.label :name %><abbr title="Обязательный">*</abbr> <%= f.text_field :name %></p> <% if resource.password_required? %> <p><%= f.label :password %><abbr title="Обязательный">*</abbr> <%= f.password_field :password %></p> <p><%= f.label :password_confirmation %><abbr title="Обязательный">*</abbr> <%= f.password_field :password_confirmation %></p> <% end %> <p class="submit"><%= f.submit "Отправить" %></p> <% end %> <%= render :partial => "devise/shared/links" %> </div>
Version data entries
11 entries across 11 versions & 1 rubygems