Sha256: 7aaf55d616eb11d07f4d4204df2e172b3a7e228328471dcadb19846dc19e40db
Contents?: true
Size: 1.62 KB
Versions: 1
Compression:
Stored size: 1.62 KB
Contents
!!! %head %title= params[:controller].split('/').map(&:titleize).join(' ') = csrf_meta_tag %link{ :rel => 'stylesheet', :href => '/stylesheets/compiled/c2.css', :type => 'text/css', :media => 'screen', :charset => 'utf-8' } %script{:src => '/javascripts/c2/lib/Sexy.min.js', :type => 'text/javascript'} = yield :head %body.pictos-icons #templates = yield :templates #wrapper #header-wrapper %header#header %h1= link_to('Command & Control', '#') %h2=# link_to('Version 0.0.1', '#', :class => 'preview') .url= link_to('Control Yourself!', '#', :class => 'external-link') %ul.links %li %strong#user-name.dropdown-trigger= current_c2_agent_title %ul.dropdown.menu %li= link_to('My profile', '#') %li= link_to('My account', '#') %li= link_to('Log out', '#') %li= link_to('Help & Feedback', '#', :id => 'support-link') %li= link_to('Flip', '#', :class => 'back flip-trigger') %nav %ul %li.informant.current.tab= link_to('Informant', c2_informant_app_path) %li.reports.tab= link_to('Reporter', '#') #main-wrapper #sidebar-wrapper #sidebar = yield :sidebar #main-content #notices = yield :notices #app-wrapper #app #app-front.sheet = yield #app-back.sheet = yield :back #aside-wrapper #aside = yield :aside #footer-wrapper #footer = yield :footer
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
c2-0.1.0 | app/views/layouts/c2.html.haml |