Sha256: 70f0f84a4aa248426242e63263ef7f907b583d49fb8ff6300ab6e5cb3336a330
Contents?: true
Size: 769 Bytes
Versions: 8
Compression:
Stored size: 769 Bytes
Contents
= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| = f.hidden_field :reset_password_token .row %h4 Change your password - unless resource.errors.empty? .flash= resource.errors.full_messages.join('<br>').html_safe .row.bordered = f.label :password, class: "font" = f.password_field :password, placeholder: '°°°°°°°°' .row.bordered = f.label :password_confirmation, class: "font" = f.password_field :password_confirmation, placeholder: '°°°°°°°°' .row.bordered = f.submit "Change my password", class: 'btn btn-info' .row.bordered %p{:style => "text-align: right; margin-top: 10px; font-size: 12px;"} = link_to "Sign In", new_user_session_path
Version data entries
8 entries across 8 versions & 1 rubygems