Sha256: 4b092d9c3a3eb4a74dcf1d23c30302ff471985bc1043754974ec42d748fcfa49

Contents?: true

Size: 1.31 KB

Versions: 5

Compression:

Stored size: 1.31 KB

Contents

!!!
%html
  %title TorqueBox::BackStage
  %link{:rel=>"stylesheet", :type=>"text/css", :href=>"#{url_for('/css/html5reset.css')}"}
  %link{:rel=>"stylesheet", :type=>"text/css", :href=>"#{url_for('/css/style.css')}"}
  %script{:type=>"text/javascript", :src=>"https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"}
  %body{:class => class_for_body}
    #header
      %h1 TorqueBox::Backstage
      #navigation
        = link_to collection_path( :apps ), 'Apps', :class => 'apps'
        = link_to collection_path( :queues ), 'Queues', :class => 'queues'
        = link_to collection_path( :topics ), 'Topics', :class => 'topics'
        = link_to collection_path( :message_processors ), 'Msg. Processors', :class => 'message_processors'
        = link_to collection_path( :jobs ), 'Jobs', :class => 'jobs'
        = link_to collection_path( :services ), 'Services', :class => 'services'
        = link_to collection_path( :pools ), 'Runtime Pools', :class => 'pools'

    #content-wrapper
      - if flash_msg = flash[:notice]
        #flash
          = flash_msg
      #content
        = yield
    #footer
      %a{:href => 'https://github.com/torquebox/backstage'}<
        Backstage
      v#{Backstage::BACKSTAGE_VERSION} for 
      %a{:href => 'http://torquebox.org/'}<
        TorqueBox 
      v#{Backstage::TORQUEBOX_VERSION}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
torquebox-backstage-0.2.1 views/layout.haml
torquebox-backstage-0.2.0 views/layout.haml
torquebox-backstage-0.1.2 views/layout.haml
torquebox-backstage-0.1.1 views/layout.haml
torquebox-backstage-0.1.0 views/layout.haml