Sha256: c3ec8b902230869cb9fe9e40ef7cac3fc40865cf3f1152bac3b82c914bf54a35
Contents?: true
Size: 1.22 KB
Versions: 6
Compression:
Stored size: 1.22 KB
Contents
!doctype html html lang="en" xmlns="http://www.w3.org/1999/xhtml" head meta content="text/html; charset=utf-8" http-equiv="Content-Type" title Padrino Admin ==stylesheet_link_tag :base, "themes/<%= options[:theme] %>/style" body #container #box h1 Padrino Admin #block-login.block h2 Login Box .content.login .flash==[:error, :warning, :notice].map { |type| flash_tag(type, :class => "message #{type}") }.join ==form_tag(url(:sessions, :create), :class => 'form login') do .group.wat-cf .left label.label.right Login .right==text_field_tag :email, :value => params[:email], :class => :text_field .group.wat-cf .left label.label.right Password .right==password_field_tag :password, :value => params[:password], :class => :text_field -if Padrino.env == :development .group.wat-cf .left label.label.right Bypass login? .right==check_box_tag :bypass .group.navform.wat-cf .right==submit_tag('Sign In', :class => :button)
Version data entries
6 entries across 6 versions & 1 rubygems