Sha256: 7b20f5d3256452dfc629220197071fb4b8c13139c63be514286e39f2b60d37c9
Contents?: true
Size: 783 Bytes
Versions: 4
Compression:
Stored size: 783 Bytes
Contents
= form_tag spina.admin_sessions_path, id: "login_wrapper" do = image_tag 'spina/spina-large.png', class: 'animated fadeInDown' - 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
4 entries across 4 versions & 1 rubygems