Sha256: b5178e18478e2d3e558c94ba10c9bd0ec006c2a85546bca0ba4d44a1fd09059e
Contents?: true
Size: 1.24 KB
Versions: 21
Compression:
Stored size: 1.24 KB
Contents
!!! Strict %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
21 entries across 21 versions & 2 rubygems