Sha256: b46bd502f6abe7ab1066746559acd6cf7b763a8b3abcab4f247d592755cb817c
Contents?: true
Size: 447 Bytes
Versions: 28
Compression:
Stored size: 447 Bytes
Contents
= bootstrap_form_for(:session) do |f| = f.text_field(:username) = f.password_field(:password) = f.submit t(:label_login) - if EgovUtils::Settings.allow_register? = link_to t('label_signup'), egov_utils.new_user_path, class: 'btn btn-secondary' - if EgovUtils::Settings.allow_password_reset? = link_to t('label_forgotten_password'), egov_utils.reset_passwords_path %br = link_to t('.registration_request'), new_registration_request_path
Version data entries
28 entries across 28 versions & 1 rubygems