Sha256: 5a271d2997aeed4bd5ad85fc432defd275b98c7979ebf366106f0e4535c47111

Contents?: true

Size: 526 Bytes

Versions: 14

Compression:

Stored size: 526 Bytes

Contents

.content
  .header
    %h1
      %span.type Home
      %strong Overview
  .body

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

= content_for :sidebar do
  %nav#sitemap.sitemap
    .header
      %h3.current= link_to('Loading ...', '#')


= content_for :head do  
  :javascript
    Sexy.script('/javascripts/c2/informant/init.js');

= content_for :templates do
  = render 'entry_index'
  = render 'entry_index_aside'
  = render 'sidebar'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
c2-0.1.13 app/views/c2/informant/app/show.html.haml
c2-0.1.12 app/views/c2/informant/app/show.html.haml
c2-0.1.11 app/views/c2/informant/app/show.html.haml
c2-0.1.10 app/views/c2/informant/app/show.html.haml
c2-0.1.9 app/views/c2/informant/app/show.html.haml
c2-0.1.8 app/views/c2/informant/app/show.html.haml
c2-0.1.7 app/views/c2/informant/app/show.html.haml
c2-0.1.6 app/views/c2/informant/app/show.html.haml
c2-0.1.5 app/views/c2/informant/app/show.html.haml
c2-0.1.4 app/views/c2/informant/app/show.html.haml
c2-0.1.3 app/views/c2/informant/app/show.html.haml
c2-0.1.2 app/views/c2/informant/app/show.html.haml
c2-0.1.1 app/views/c2/informant/app/show.html.haml
c2-0.1.0 app/views/c2/informant/app/show.html.haml