Sha256: b15934e9a175b976dd8116d23f320cdf56fc47c993ea3916dc0dd9c41017c6c7

Contents?: true

Size: 588 Bytes

Versions: 5

Compression:

Stored size: 588 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
      %h1= @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

5 entries across 5 versions & 2 rubygems

Version Path
espalhe-firefly-1.5.3 views/layout.haml
firefly-1.5.3 views/layout.haml
firefly-1.5.2 views/layout.haml
firefly-1.5.1 views/layout.haml
firefly-1.5.0 views/layout.haml