Sha256: 5708579eadb75c195310b2bfe383abb12c516fb80a2e931aa6cf39ecf34d7583

Contents?: true

Size: 797 Bytes

Versions: 8

Compression:

Stored size: 797 Bytes

Contents

- content_for :head_javascripts do
  /[if lte IE 8]
    = javascript_include_tag "/concen/javascripts/excanvas.js"
  = javascript_include_tag "/concen/javascripts/jquery.flot.js"
  = javascript_include_tag "/concen/javascripts/jquery.flot.stack.js"
  = javascript_include_tag "/concen/javascripts/jquery.flot.resize.js"
  = javascript_include_tag "/concen/javascripts/traffic.js"

#content
  .panels
    .panel.wide
      .border
        %h3 Visits in Past 24 Hours
        .graph
          #recent-visits{:style => "width: 100%; height: 200px;"}

  .panels
    .panel.visits-1-hour
      .border
        %h3 Visits in Past Hour
        %p.big-number
    .panel.pages
      .border
        %h3 Pages
        %ul
    .panel.referrals.edge
      .border
        %h3 Referrals
        %ul
    .clear

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
concen-0.1.7 app/views/concen/traffics/show.html.haml
concen-0.1.6 app/views/concen/traffics/show.html.haml
concen-0.1.5 app/views/concen/traffics/show.html.haml
concen-0.1.4 app/views/concen/traffics/show.html.haml
concen-0.1.3 app/views/concen/traffics/show.html.haml
concen-0.1.2 app/views/concen/traffics/show.html.haml
concen-0.1.1 app/views/concen/traffics/show.html.haml
concen-0.1 app/views/concen/traffics/show.html.haml