Sha256: b23af174281b9c7546a845d4742c4566b841e5f7f844c51ef9de39846cfc483e

Contents?: true

Size: 1.23 KB

Versions: 11

Compression:

Stored size: 1.23 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 & 2 rubygems

Version Path
bootstrap-on-0.0.9 lib/bootstrap-on/templates/slim/app/sessions/new.slim.tt
bootstrap-on-0.0.8 lib/bootstrap-on/templates/slim/app/sessions/new.slim.tt
bootstrap-on-0.0.7 lib/bootstrap-on/templates/slim/app/sessions/new.slim.tt
bootstrap-on-0.0.6 lib/bootstrap-on/templates/slim/app/sessions/new.slim.tt
bootstrap-on-0.0.5 lib/bootstrap-on/templates/slim/app/sessions/new.slim.tt
bootstrap-on-0.0.4 lib/bootstrap-on/templates/slim/app/sessions/new.slim.tt
bootstrap-on-0.0.3 lib/bootstrap-on/templates/slim/app/sessions/new.slim.tt
bootstrap-on-0.0.2 lib/bootstrap-on/templates/slim/app/sessions/new.slim.tt
bootstrap-on-0.0.1 lib/bootstrap-on/templates/slim/app/sessions/new.slim.tt
bootstrap-on-0.0.0 lib/bootstrap-on/templates/slim/app/sessions/new.slim.tt
padrino-admin-0.10.7 lib/padrino-admin/generators/templates/slim/app/sessions/new.slim.tt