Sha256: 711f7fb73e69a3b28ed4eab0819bba091c0b710d48bc4ffd52066a9eb5a15155

Contents?: true

Size: 704 Bytes

Versions: 4

Compression:

Stored size: 704 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> | Export <a href="/api/export.csv">CSV</a>, <a href="/api/export.yml">YAML</a> or <a href="/api/export.xml">XML</a>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
firefly-1.4.1 views/layout.haml
firefly-1.4.0 views/layout.haml
firefly-1.3.1 views/layout.haml
firefly-1.3.0 views/layout.haml