Sha256: be236d9ed85100c289b36f45bfed2f6159927d89fe7f34678240e2fde970ac90
Contents?: true
Size: 1.22 KB
Versions: 16
Compression:
Stored size: 1.22 KB
Contents
<section id="registration"> <section class="welcome"> </section> <section class="registration"> <h3> <%= t('sign_up').capitalize %> </h3> <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %> <%= devise_error_messages! %> <div class="reg-labels"> <%= f.label :name %> <%= f.text_field :name, :class =>"form_tag" %> <%= f.label :email %> <%= f.text_field :email, :class =>"form_tag" %> <%= f.label :password %> <%= f.password_field :password, :class =>"form_tag", :id => "password" %> <div id="user_password_confirmation_label"> <%= f.label :password_confirmation %> </div> <%= f.password_field :password_confirmation, :class =>"form_tag" %> <%= f.submit t('action.accept').capitalize,:class=>"btn pull-right"%> </div> <hr class="soften"> <%- if devise_mapping.confirmable? && controller_name != 'confirmations' %> <%= link_to t('confirmation.not_received.long'), new_confirmation_path(resource_name) %><br /> <% end -%> <%= render :partial => "devise/shared/links" %> <% end %> </section> </section>
Version data entries
16 entries across 16 versions & 2 rubygems