Sha256: 37d722366d10c4d98e1cb9ae990d292f00246f99c2a50050912d7c7b3874d953

Contents?: true

Size: 788 Bytes

Versions: 1

Compression:

Stored size: 788 Bytes

Contents

.content
  .header
    %h1
      %span.type Reporter
      %strong Newsroom
    %a#summation.option{:href => '#'} Σ
  .body
    #chart{ :style => "width: 100%; height: 400px; margin-bottom: 40px;" }

= content_for :back do
  .content
    .header
      %h1
        %span.type Editing
        %strong Overview
    .body
      %form#entry

= content_for :sidebar do
  %nav#sitemap.sitemap
    .header
      %nav#sitemap.sitemap
        .header
          %h3.current= link_to('Locus of Control', '#/')
        .body.tree{ 'data-bind' => 'partial: loci#view[menu]'}

= content_for :head do
  = include_javascripts :common, :vertebrae, :reporter_lib, :reporter_templates, :reporter_vertebrae
  
  :javascript
    $(function(){
      Reporter.init({ loci: #{ @reports.to_json } });
    });
    

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
c2-0.1.9 app/views/c2/reporter/app/show.html.haml