Sha256: a5183177d58c40c1121893ddd49537e398a697cfbce52a97c6e10c307d150bdc
Contents?: true
Size: 1.07 KB
Versions: 7
Compression:
Stored size: 1.07 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 <%= options[:name] %> =stylesheet_link_tag :base, :override, "themes/<%= options[:theme] %>/style" %body #container #box %h1 <%= options[:name] %> #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 .group.navform.wat-cf .right=submit_tag('Sign In', :class => :button)
Version data entries
7 entries across 7 versions & 1 rubygems