Sha256: aea41d0f49b54aae43695a2aded430f7b45534a83717f859b6de831f8a7146f9

Contents?: true

Size: 481 Bytes

Versions: 2

Compression:

Stored size: 481 Bytes

Contents

<% content_for :javascripts do -%>
  <%= javascript_include_tag 'flot/excanvas.min.js','flot/jquery.flot.js', 'jquery-ui-1.8.10.custom.min.js', 'how_are_we_doing' %>
<% end -%>

<% content_for :stylesheets do -%>
  <%= stylesheet_link_tag "ui-lightness/jquery-ui-1.8.10.custom.css" %>
  <style>
  .graph-chart {
    height: 300px;
  }
  </style>
<% end -%>

<%= render :partial => "line_graph" %>

<%= render :partial => "recent_bar_graph" %>

<%= render :partial => "bar_graph" %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
how_are_we_doing-0.0.6 app/views/reports/index.html.erb
how_are_we_doing-0.0.5 app/views/reports/index.html.erb