locomotivecms/engine

View on GitHub
app/views/locomotive/my_account/form/_credentials.html.slim

Summary

Maintainability
Test Coverage
= f.inputs :credentials do
  = f.input :email
  = f.input :current_password, input_html: { autocomplete: 'off' }
  = f.input :password, input_html: { autocomplete: 'off' }
  = f.input :password_confirmation, input_html: { autocomplete: 'off' }

= render 'locomotive/my_account/form/actions', f: f