Sha256: f5c3c1fa8923439b0e28ba6b14b32bf7ab6b7b9ddbc45803d94d9927e77da838
Contents?: true
Size: 583 Bytes
Versions: 1
Compression:
Stored size: 583 Bytes
Contents
<h1><%= t '.title' %></h1> <%= simple_form_for(@user, url: raddar.do_change_user_password_path) do |f| %> <%= f.error_notification %> <%= f.input :current_password, autocomplete: 'off', required: true, input_html: { class: 'form-control'} %> <%= f.input :password, label: t('.password_label'), autocomplete: 'off', required: true, input_html: { class: 'form-control'} %> <%= f.input :password_confirmation, autocomplete: 'off', required: true, input_html: { class: 'form-control'} %> <div class="form-group"> <%= f.button :submit, t('.submit') %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
raddar-0.0.1.pre | app/views/raddar/users/passwords/change.html.erb |