Sha256: 12da3c085525e9b6c9c0222bea2ad9254a9e7bdb6ef9496988e49b57b2ff1a0e

Contents?: true

Size: 659 Bytes

Versions: 2

Compression:

Stored size: 659 Bytes

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= "shagit"
    - stylesheets(:reset, :buttons, :shagit)
  %body
    #header
      %h1= @title
      %address.watermark
        managed with
        %a{ :href => "http://www.github.com/unabatede/shagit", :title => "Easy Git Repository Management" } shagit
    #content= yield
    - if is_authorized?
      #footer
        %a{ :href => "/logout", :title => "log out", :method => "post"} log out

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shagit-0.3.1 views/layout.haml
shagit-0.3.0 views/layout.haml