Sha256: f8bda433892fd8ce6910d3d840a2b3c439dc9816b62170759009927c9e190f8d

Contents?: true

Size: 933 Bytes

Versions: 5

Compression:

Stored size: 933 Bytes

Contents

!!!
%html{ :xmlns => "http://www.w3.org/1999/xhtml" }
  %head
    %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" }
    %title
      = h(yield(:title) || "Conductor Statistic as of #{Time.now}") 
    = javascript_include_tag 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'
    = stylesheet_link_tag 'conductor', :media => "all"
    
    :javascript
      $(document).ready(function() {
        $('.toggle_table').click(function() {
          $(this).parent().find('table').toggle();
        });
      });
      
  %body
    #conductor_dashboard
      .title
        %h1 Conductor Statistics
        .generated= "Generated on #{Time.now}"

      .top_nav= render :file => 'dashboard/_top_nav'
      #weights= render :file => 'dashboard/_current_weights'
      #dailies= render :file => 'dashboard/_daily_stats'
      #history= render :file => 'dashboard/_weight_history'

              

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
conductor-0.7.2 lib/conductor/views/dashboard/index.html.haml
conductor-0.7.1 lib/conductor/views/dashboard/index.html.haml
conductor-0.7.0 lib/conductor/views/dashboard/index.html.haml
conductor-0.6.5 lib/conductor/views/dashboard/index.html.haml
conductor-0.6.4 lib/conductor/views/dashboard/index.html.haml