Sha256: 3ca32fadc558f3320a3e70941e2c433c425f6c912c7655ba1888733e57166f05
Contents?: true
Size: 914 Bytes
Versions: 2
Compression:
Stored size: 914 Bytes
Contents
!!! %html %head %title Supervisor %link(rel="stylesheet" type="text/css" href="#{u 'stylesheets/reset.css'}") %link(rel="stylesheet" type="text/css" href="#{u 'stylesheets/style.css'}") %body %div.header %ul.nav - tabs.each do |tab| %li{:class => request.path_info == tab[:path] ? 'current' : ''} %a.tab{:href => u(tab[:path])}= tab[:name] %div#main = yield %div#footer %p Powered & Inspired by %a{:href => 'https://github.com/collectiveidea/delayed_job'} delayed_job & %a{:href => 'https://github.com/ejschmitt/delayed_job_web'} delayed_job_web %script{:type => "text/javascript", :src => u("javascripts/jquery-1.7.1.min.js")} %script{:type => "text/javascript", :src => u("javascripts/jquery.relatize_date.js")} %script{:type => "text/javascript", :src => u("javascripts/application.js")}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
supervisor-0.0.96 | lib/supervisor/application/views/layout.haml |
supervisor-0.0.95 | lib/supervisor/application/views/layout.haml |