Sha256: 8f77c4a77c4d307c3ea85be2ec25debb8e6abbf16b6c43ef3dcdadd38f9afe82

Contents?: true

Size: 656 Bytes

Versions: 6

Compression:

Stored size: 656 Bytes

Contents

!!!
%html
  %head
    %title #{@title}
    %meta(charset="UTF-8")
    %link{ :rel => "stylesheet", :href => u('reset.css') }
    %link{ :rel => "stylesheet", :href => u('style.css') }
    %script{ :type => "text/javascript", :src => u('jquery-1.4.2.min.js') }
  %body
    .header
      %ul.nav
        %li.current
          %a{ :href => '/' } #{@title}
          
    #main
      = yield
    
    #footer
      %p
        Powered by <a href="http://github.com/ariejan/firefly">Firefly</a> v#{Firefly::Version} | <a href="http://github.com/ariejan/firefly/tree/v#{Firefly::Version}">Source</a> | <a href="http://github.com/ariejan/firefly/issues">Issues</a>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
firefly-0.4.4 views/layout.haml
firefly-0.4.3 views/layout.haml
firefly-0.4.2 views/layout.haml
firefly-0.4.1 views/layout.haml
firefly-0.4.0.1 views/layout.haml
firefly-0.4.0 views/layout.haml