Sha256: 7dfdf84ecf56aed459c08a128f56da014bb52cbb300b063ec5a9ca5b06c1461e

Contents?: true

Size: 1.91 KB

Versions: 20

Compression:

Stored size: 1.91 KB

Contents

<div class="container-fluid main">
  <div class="row-fluid">
    <div id="register-wraper">
      <div class='col-md-6 register-form-container'>
        <div id="register-form">
          
          <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :class => "form register-form") do |f| %>
            <legend><%= t('Sign_up_with_your_email') %></legend>
            <%= devise_error_messages! %>
        
            <div class="body">
              <div class='form-group'>
              
                <%= f.label :email, t('Email') %>
                <%= f.email_field :email, :class => 'form-control' %>
              </div>
              <div class='form-group'>
                <%= f.label :password, t('Password') %>
                <%= f.password_field :password, :class => 'form-control' %>
              </div>                  
              <div class='form-group'>
                <%= f.label :password_confirmation, t('Password_confirmation') %>
                <%= f.password_field :password_confirmation, :class => 'form-control' %>
              </div>
                
            </div>
            
            <div class="footer">                                
              <%= button_tag t("Sign_up"), :type => "submit", :class => "btn btn-primary" %>
            </div>
            
          <% end %>
        </div>
        <br/>
        <br/>
        <div class="login-form">
          <legend><%= t('or_use_your_prefered_profile')%></legend>
          <div class="body">
            <%= render :partial => "authentifyd/sessions/social_networks" %>
          </div>
        </div>
        <br/>
        <br/>
      </div>
      <div class='col-md-1'> </div>
      <div class='col-md-5 register-providers-container'>  
        <div class="devise-shared-links">
          <%= render :partial => "authentifyd/devise/shared/links" %>
        </div>
      </div>
    </div>
  </div>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
authentifyd-0.3.0 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.2.0 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.1.0.6 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.1.0.5 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.1.0.4 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.1.0.3 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.1.0.2 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.1.0.1 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.1.0 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.0.16 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.0.15 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.0.14 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.0.13 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.0.12 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.0.11 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.0.10 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.0.9 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.0.8 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.0.7 app/views/authentifyd/registrations/new.html.erb
authentifyd-0.0.6 app/views/authentifyd/registrations/new.html.erb