Sha256: c985dd216dc0d262f8691fe35d530b106e00c26650579d68171a3343581938b7
Contents?: true
Size: 1.61 KB
Versions: 8
Compression:
Stored size: 1.61 KB
Contents
!!! %head %title= params[:controller].split('/').map(&:titleize).join(' ') = csrf_meta_tag %link{ :rel => 'stylesheet', :href => '/stylesheets/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
8 entries across 8 versions & 1 rubygems