Sha256: b93756cbabb50a42033f07ac108a090500f88b4ea135d150f7a42f14cb041362

Contents?: true

Size: 218 Bytes

Versions: 6

Compression:

Stored size: 218 Bytes

Contents

%table.table.table-striped
  %thead
    %tr
      %th
        Parameter
      %th
        Value

  %tbody
    - info.each do |parameter, value|
      %tr
        %td
          = parameter
        %td
          = value

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
redis_monitor-0.1 lib/views/info/info.haml
redis_monitor-0.0.6 lib/views/info/info.haml
redis_monitor-0.0.5 lib/views/info/info.haml
redis_monitor-0.0.4 lib/views/info/info.haml
redis_monitor-0.0.3 lib/views/info/info.haml
redis_monitor-0.0.2 lib/views/info/info.haml