Sha256: 61d94fa98d9753214c7f0e2445f35378cbf0c897e2cf9caac2cd783e0ef3d57d

Contents?: true

Size: 659 Bytes

Versions: 4

Compression:

Stored size: 659 Bytes

Contents

- content_for(:css) do
  %link{:rel => 'stylesheet', :href => '/stylesheets/available_rrds.css', :type => 'text/css'}

- content_for(:headers) do
  %script{:type => "text/javascript", :src => "/javascripts/available_rrds.js"}
  %script{:type => "text/javascript", :src => "/javascripts/jquery/jquery.showtime.js"}
  %script{:type => "text/javascript", :src => "/javascripts/jquery.timeago.js"}

%table#template.hidden
  %tr
    %td ${short_name}
    %td ${path}
    %td ${sources}
    %td.time{:title => "${last_update}"} ${last_update}
    %td ${step}

%table#data_list
  %tr
    %th Name
    %th Path
    %th DS
    %th Last update
    %th Step


/ #target

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rrd-grapher-1.0.3 example_app/views/available_rrds.haml
rrd-grapher-1.0.2 example_app/views/available_rrds.haml
rrd-grapher-1.0.1 example_app/views/available_rrds.haml
rrd-grapher-1.0.0 example_app/views/available_rrds.haml