Sha256: 3e877bf1f6f426a5fc023669326ecfc006ef28343e3b15e5650f42bad1aa066b

Contents?: true

Size: 1.25 KB

Versions: 20

Compression:

Stored size: 1.25 KB

Contents

<div class="container-fluid main">
  <div id="allaround-wraper">
    <div class="authentifyd-form">
      <div class='row'>
        <div class='col-md-6'>      
          <%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| %>
            <legend><%= t('Resend_unlock_instructions?') %></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>
            
            <div class="footer">                                
              <div class='form-group'>
              
                <%= button_tag t("Send"), :type => "submit", :class => "btn btn-primary" %>
              </div>
            </div>
            
          <% end %>
        </div>
        <div class='col-md-1'></div>
        <div class='col-md-5'>
          <div class="devise-shared-links">
            <%= render :partial => "authentifyd/devise/shared/links" %>
          </div>
          <br/>
          <br/>

        </div>
    </div>
  </div>
  <div class='row-fluid'>
  </div>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

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