Sha256: 9ab5cf02183609d3b5cdaefbc5ac2c4ffc8e9c807e9b6b90824b5025824cfd8c
Contents?: true
Size: 800 Bytes
Versions: 11
Compression:
Stored size: 800 Bytes
Contents
= form_tag spina.admin_sessions_path, id: "login_wrapper" do = image_tag 'spina/spina.svg', class: 'animated fadeInDown', width: 72, height: 54 - if flash[:alert].present? .failed-to-login.animated.fadeInDown .icon.icon-cross = flash[:alert] .login-fields = text_field_tag :email, params[:email], placeholder: Spina::User.human_attribute_name(:email), autofocus: true, class: "animated fadeInDown" = password_field_tag :password, nil, placeholder: Spina::User.human_attribute_name(:password), class: "animated fadeInDown" = button_tag t('spina.login'), class: 'button button-primary animated fadeInDown' .login-extra-links.animated.fadeInDown= link_to t('spina.forgot_password.new'), spina.new_admin_password_reset_path, class: 'button button-hollow button-block'
Version data entries
11 entries across 11 versions & 1 rubygems