Sha256: 17a1a21fd328f5317f5445caaf15c76d9b329f78a7592a58702eab2e382fec68

Contents?: true

Size: 1.26 KB

Versions: 20

Compression:

Stored size: 1.26 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 => password_path(resource_name), :html => { :method => :post }) do |f| %>
            <legend><%= t('Forgot_your_password') %></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_me_reset_password_instructions"), :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>
  <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/passwords/new.html.erb
authentifyd-0.2.0 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.1.0.6 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.1.0.5 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.1.0.4 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.1.0.3 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.1.0.2 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.1.0.1 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.1.0 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.0.16 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.0.15 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.0.14 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.0.13 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.0.12 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.0.11 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.0.10 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.0.9 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.0.8 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.0.7 app/views/authentifyd/passwords/new.html.erb
authentifyd-0.0.6 app/views/authentifyd/passwords/new.html.erb