Sha256: 4a52ea323d5df3512b2be9386ff4d6f7f452ade55afacc58ec074cf2cd1f925e

Contents?: true

Size: 333 Bytes

Versions: 7

Compression:

Stored size: 333 Bytes

Contents

<%= error_messages_for :user %>
<% form_for :user do |f| -%>
  <p>Enter the email address for your account.</p>
  <div class='field'>
    <%= f.label :email %>
    <%= f.text_field :email %>
  </div>
  <div class='form-actions'>
    <%= submit_tag 'Reset password' %>
    or
    <%= link_to "Cancel", login_url %>
  </div>
<% end -%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
refinerycms-0.9.6.5 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.6.4 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.6.3 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.6.2 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.6.1 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.6 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.5.31 vendor/plugins/authentication/app/views/users/forgot.html.erb