Sha256: 53a5b11e44e8966d03e6189cecd765e2d655c59c9f851b69adb21171190d2889
Contents?: true
Size: 374 Bytes
Versions: 49
Compression:
Stored size: 374 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
Version data entries
49 entries across 49 versions & 1 rubygems