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

Version Path
renalware-core-2.1.1 app/views/devise/passwords/edit.html.erb.old
renalware-core-2.1.0 app/views/devise/passwords/edit.html.erb.old
renalware-core-2.0.167 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.166 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.165 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.164 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.163 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.162 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.161 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.160 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.159 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.158 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.157 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.156 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.155 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.153 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.152 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.151 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.149 app/views/renalware/devise/passwords/edit.html.erb
renalware-core-2.0.148 app/views/renalware/devise/passwords/edit.html.erb