Sha256: 30e47e4c5acd93bd5f1fccc4fda3ce65fe2b0d12f9d359f2caa64f01c49641ba

Contents?: true

Size: 786 Bytes

Versions: 6

Compression:

Stored size: 786 Bytes

Contents

<h1><%= t 'janus.registrations.edit.my_account' %></h1>

<%= form_for resource, :url => registration_path(janus_scope), :method => :put do |f| %>
  <%= janus_error_messages %>

  <% resource_class.authentication_keys.each do |key| %>
    <div class="field">
      <%= f.label key %>
      <%= f.text_field key %>
    </div>
  <% end %>

  <div class="field">
    <%= f.label :current_password %>
    <%= f.password_field :current_password %>
  </div>

  <div class="field">
    <%= f.label :password %>
    <%= f.password_field :password %>
  </div>

  <div class="field">
    <%= f.label :password_confirmation %>
    <%= f.password_field :password_confirmation %>
  </div>

  <div class="actions">
    <%= f.submit t('janus.registrations.edit.save_changes_btn') %>
  </div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
janus-0.10.1 test/rails_app/app/views/users/registrations/edit.html.erb
janus-0.10.0 test/rails_app/app/views/users/registrations/edit.html.erb
janus-0.9.1 test/rails_app/app/views/users/registrations/edit.html.erb
janus-0.9.0 test/rails_app/app/views/users/registrations/edit.html.erb
janus-0.8.1 test/rails_app/app/views/users/registrations/edit.html.erb
janus-0.8.0 test/rails_app/app/views/users/registrations/edit.html.erb