Sha256: 633fc7bb0e081e9d13f827ef4951909b39da9e1ab5016322630936e0769215a1

Contents?: true

Size: 817 Bytes

Versions: 2

Compression:

Stored size: 817 Bytes

Contents

!!!
%html
  %head
    %title Delayed Job Web
    %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 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/application.js")}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
delayed_job_web-1.0.1 lib/delayed_job_web/application/views/layout.haml
delayed_job_web-1.0.0 lib/delayed_job_web/application/views/layout.haml