Sha256: ec1c0b99b6ed3b2e579897e0af5a8840bf09c9312cec9e17794e41b27e363f7a

Contents?: true

Size: 1.06 KB

Versions: 12

Compression:

Stored size: 1.06 KB

Contents

!!! Strict
%html{ :lang => "en", :"xml:lang" => "en", :xmlns => "http://www.w3.org/1999/xhtml" }
  %head
    %meta{ :content => "text/html; charset=utf-8", :"http-equiv" => "Content-Type" }
    %meta{ :content => "en", :"http-equiv" => "Content-Language" }
    %title= "#{@title.last} | integrity"
    %link{ :media => "screen", :type => "text/css", :href => "/reset.css", :rel => "stylesheet" }
    %link{ :media => "screen", :type => "text/css", :href => "/buttons.css", :rel => "stylesheet" }
    %link{ :media => "screen", :type => "text/css", :href => "/integrity.css", :rel => "stylesheet" }
  %body
    #header
      %h1= @title.join(" / ")
      %address.watermark
        checked with
        %a{ :href => "http://integrityapp.com", :title => "The fun continuous integration server" } integrity
    #content= yield
    - if Integrity.config && Integrity.config[:use_basic_auth]
      #footer
        - if authorized?
          Oh, hello
          %strong&= current_user
        - else
          Hey there!
          %a{ :href => "/login" } Log In
          if you have a user

Version data entries

12 entries across 12 versions & 4 rubygems

Version Path
bantic-integrity-0.1.4.1 views/layout.haml
bantic-integrity-0.1.4.2 views/layout.haml
bantic-integrity-0.1.4.3 views/layout.haml
bantic-integrity-0.1.4.4 views/layout.haml
bantic-integrity-0.1.4 views/layout.haml
defunkt-integrity-0.1.1 views/layout.haml
foca-integrity-0.1.0 views/layout.haml
foca-integrity-0.1.1 views/layout.haml
foca-integrity-0.1.2 views/layout.haml
foca-integrity-0.1.3 views/layout.haml
foca-integrity-0.1.4 views/layout.haml
giraffesoft-integrity-0.1.4 views/layout.haml