Sha256: 031a9aca8d056eb1d2f23a60630f35befb220acde45a5022bcf0e218fce150ee

Contents?: true

Size: 1.54 KB

Versions: 20

Compression:

Stored size: 1.54 KB

Contents

<div class="container-fluid main">
  <div id="allaround-wraper">
    <div class="authentifyd-form">
      <div class='col-md-6'>
        <%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f| %>
          <legend><%= t('Change_your_password') %></legend>
          <%= devise_error_messages! %>
        
          <div class="body">
              <%= f.hidden_field :reset_password_token %>
          
              <div class='form-group'>
                <%= f.label :password, t("New_password") %>
                <%= f.password_field :password, :class => 'form-control' %>
              </div>
            
              <div class='form-group'>
                <%= f.label :password_confirmation, t("Confirm_new_password") %>
                <%= f.password_field :password_confirmation, :class => 'form-control' %>
              </div>

          </div>
            
          <div class="footer">                                
            <div class='form-group'>
              <%= button_tag t("Change_my_password"), :type => "submit", :class => "btn btn-primary" %>
            </div>
          </div>
            
        <% end %>
      </div>
      <div class='col-md-1'></div>
      <div class='col-md-5'>
        <div class='form-group'>
          <div class="devise-shared-links">
            <%= render :partial => "authentifyd/devise/shared/links" %>
          </div>
        </div>
        <br/>
        <br/>
      </div>
    </div>
    <div class='row-fluid'>
    </div>
  </div>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

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