Sha256: 6299c0fb1842b5292d7b3c164b2e554b2eac4d22269c5722a9f7688a589c6348
Contents?: true
Size: 401 Bytes
Versions: 1
Compression:
Stored size: 401 Bytes
Contents
- b.form_tag action: login_path do |f| = f.error_messages @errors = f.text_field_tag :name, @name, required: true, label: t(:username) = f.password_field_tag :password, "", required: true, label: t(:password) = f.line = f.line ok_button, cancel_button = f.line = f.line link_to(t(:register_link), signup_path), link_to(t(:forgot_password_link), forgot_password_form_identities_path)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rad_users-0.0.2 | app/views/controllers/sessions/_password_form.html.haml |