Sha256: f4b4d57993e71f9b412d53d40277361ddcd4c574e66b606a3c94424c4064a6b3
Contents?: true
Size: 1.7 KB
Versions: 3
Compression:
Stored size: 1.7 KB
Contents
!!! %html %title TorqueBox::BackStage %link{:rel=>"stylesheet", :type=>"text/css", :href=>url('/css/html5reset.css')} %link{:rel=>"stylesheet", :type=>"text/css", :href=>url('/css/style.css')} %link{:rel=>"shortcut icon", :type=>"image/png", :href=>url('/favicon.png')} %script{:type=>"text/javascript", :src=> url('/jquery.min.js')} %script{:type=>"text/javascript", :src=> url('/app.js')} %body{:class => class_for_body} #header %h1 TorqueBox::Backstage #navigation = link_to '/', 'Dashboard', :class => 'dashboard' = 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' = link_to collection_path( :caches ), 'Caches', :class => 'caches' = link_to collection_path( :groups ), 'JGroups', :class => 'groups' #content-wrapper #content = yield #footer #tip Tip: press the backquote (`) key to bring up a ruby %a{:href => 'https://github.com/torquebox/torquebox-webconsole'}< console #version %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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
torquebox-backstage-1.1.2 | views/layout.haml |
torquebox-backstage-1.1.1 | views/layout.haml |
torquebox-backstage-1.1.0 | views/layout.haml |