Sha256: f3f3b3517ceb5da388352bb4a839bb8b2c50d39658c3be0de8f513b3cff6ab92

Contents?: true

Size: 951 Bytes

Versions: 6

Compression:

Stored size: 951 Bytes

Contents

!!!
%html
  %head
    %meta{:charset => "utf-8"}
      %meta{:content => "noindex, nofollow", :name => "robots"}
        %title Admix
        = stylesheet_link_tag    "admix/application", :media => "all"
        = yield :stylesheets
        %script
          var HOST_NAME  = "#{request.protocol + request.host_with_port}";
          var ROOT_PATH  = HOST_NAME + "#{root_path.chomp("/")}";
        = javascript_include_tag "admix/application"
        = yield :javascripts
        = csrf_meta_tags
  %body

    #client-area
      - admix_logo = Setting.admix_logo
      - if admix_logo and admix_logo.image?
        = image_tag admix_logo.image.url
      - else
        = image_tag("admix/mix-framework-small.png")
      - if params[:action] == 'new' and params[:controller] == 'admix/sessions'
        %p Faça login

    .ta-c
      - if notice
        %p.alert.alert-success= notice
      - if alert
        %p.alert.alert-warn= alert 
    = yield

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
mix-rails-0.23.1 admix/app/views/layouts/admix/login.html.haml
admix-0.23.1 app/views/layouts/admix/login.html.haml
mix-rails-0.23.0 admix/app/views/layouts/admix/login.html.haml
admix-0.23.0 app/views/layouts/admix/login.html.haml
mix-rails-0.22.0 admix/app/views/layouts/admix/login.html.haml
admix-0.22.0 app/views/layouts/admix/login.html.haml