Sha256: 18905331a8c85a831e44eb76ee6ff85b54c018f6a3b886b6175f59523a76b36d

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 Bytes

Contents

.datapoints-index.maxwidth
  .header
    %h3.title= @symbol

  %table.bordered.padded
    %thead
      %th quote_at
      %th value
    %tbody
      - @datapoints.each do |point|
        %tr
          %td= pp_datetime point.quote_at
          %td= point.value

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iron_warbler-2.0.7.35 app/views/iro/datapoints/index.haml