Sha256: caa3e22843166791bf45f59ac7bd7d42cb2ce670286a7f15f0d3abb80d08cc2b
Contents?: true
Size: 1.02 KB
Versions: 173
Compression:
Stored size: 1.02 KB
Contents
<%= within_admin_layout(title: "Change your password") do %> <%= simple_form_for(resource, as: resource_name, url: password_path(resource_name), wrapper: :horizontal_form, html: { autocomplete: "off", method: :put }) do |f| %> <%= render "renalware/shared/errors", model: resource %> <%= f.input :reset_password_token, as: :hidden %> <%= f.full_error :reset_password_token %> <%= f.input :password, label: "New password", required: true, autofocus: true, wrapper: :horizontal_small, hint: ("#{@minimum_password_length} characters minimum" if @minimum_password_length) %> <%= f.input :password_confirmation, label: "Confirm your new password", required: true, wrapper: :horizontal_small %> <%= f.button :submit, "Change my password" %> <% end %> <%= render "devise/shared/links" %> <% end %>
Version data entries
173 entries across 173 versions & 1 rubygems