Sha256: 3ac612eb451f58345aea15a7cc67a85cb6673c877bc36ed6c29458866cce857b

Contents?: true

Size: 778 Bytes

Versions: 8

Compression:

Stored size: 778 Bytes

Contents

<div class='container-fluid'>
  <h3 class='page-header'><%= t('.title') %></h3>

  <%= bootstrap_form_for(current_user, as: :user, url: self_update_users_path,
    layout: :horizontal) do |f| %>
    <%= f.text_field :fullname %>
    <%= f.email_field :email %>
    <% if current_user.provider.nil? %>
      <fieldset>
        <legend>Password</legend>
        <%= f.password_field :password %>
        <%= f.password_field :password_confirmation %>
      </fieldset>
    <% end %>
    <%= f.form_group class: 'form-actions' do %>
      <%= f.submit t('.submit'), class: 'btn btn-primary' %>
      <%= link_to self_show_users_path, class: 'btn btn-default pull-right' do %>
        <%= icon :times, t('chaltron.common.cancel') %>
      <% end %>
    <% end %>
  <% end %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
chaltron-0.2.9 app/views/chaltron/users/self_edit.html.erb
chaltron-0.2.8 app/views/chaltron/users/self_edit.html.erb
chaltron-0.2.7 app/views/chaltron/users/self_edit.html.erb
chaltron-0.2.6 app/views/chaltron/users/self_edit.html.erb
chaltron-0.2.5 app/views/chaltron/users/self_edit.html.erb
chaltron-0.2.4 app/views/chaltron/users/self_edit.html.erb
chaltron-0.2.3 app/views/chaltron/users/self_edit.html.erb
chaltron-0.2.2 app/views/chaltron/users/self_edit.html.erb