Sha256: 9e34135b86cc7accf082b198aaccc6bec164de5c32afe7eb520076dd44b68cd3

Contents?: true

Size: 1.96 KB

Versions: 20

Compression:

Stored size: 1.96 KB

Contents

<div class='authentifyd-form'>
  <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put }, :class => "form register-form") do |f| %>
    <legend>
        <%= t('Edit_account') %>
    </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') %> <i><%= t("leave_blank_if_you_dont_want_to_change_it") %></i>
        <%= 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 class='form-group'>
        <%= f.label :current_password, t('Current_password') %> <i><%= t("we_need_your_current_password_to_confirm_your_changes") %></i>
        <%= f.password_field :current_password, :class => 'form-control'  %>
      </div>
    </div>
      
    <div class="footer">                                
      <div class='form-group'>
        <%= button_tag t("Update"), :type => "submit", :class => "btn btn-primary" %>
      </div>
    </div>
  <% end %>
  <div class='row-fluid'>
    <div class="devise-shared-links">
      <%= render :partial => "authentifyd/devise/shared/links" %>
    </div>
  </div>
  
  <br/>
  <br/>
  <div class="footer">                                
    <%= link_to registration_path(resource_name), :confirm => t("Are_you_sure"), :method => :delete, class: 'btn btn-danger' do %>
      <i class='icon-remove'></i>
      &nbsp;
      <%= t("Cancel_my_account") %>
    <% end %>
    <br/>
    <br/>
    <br/>
    <%= link_to :back do %>
      <i class='icon-arrow-left'></i>
      &nbsp;
      <%= t("Back") %>
    <% end %>
    <br/>
    <br/>
  </div>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

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