Sha256: c97ecc6598cb2ba0a2d7739685786383b09e026ea0caaaf36d3a7503172e8b2c
Contents?: true
Size: 1.22 KB
Versions: 11
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
11 entries across 11 versions & 1 rubygems