Sha256: bce2cf2592aed060fef7e737539f94f679ad1713e311882ae0f1305b134edcbb

Contents?: true

Size: 479 Bytes

Versions: 10

Compression:

Stored size: 479 Bytes

Contents

-# coding: utf-8
%h2 Counters

%table.table.table-striped.table-hover.table-condensed

  %thead
    %tr
      %th group
      %th name
      %th.text-right value

  %tbody

    - $counters.stats.each do |group, values|
      - if values.is_a? Enumerable
        - values.each do |name, value|
          %tr
            %td= group
            %td= name
            %td.text-right= value
      - else
        %tr
          %td
          %td= group
          %td.text-right= values

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.305.0 lib/rest-ftp-daemon/views/dashboard_counters.haml
rest-ftp-daemon-0.304.0 lib/rest-ftp-daemon/views/dashboard_counters.haml
rest-ftp-daemon-0.302.3 lib/rest-ftp-daemon/views/dashboard_counters.haml
rest-ftp-daemon-0.302.2 lib/rest-ftp-daemon/views/dashboard_counters.haml
rest-ftp-daemon-0.302.1 lib/rest-ftp-daemon/views/dashboard_counters.haml
rest-ftp-daemon-0.302.0 lib/rest-ftp-daemon/views/dashboard_counters.haml
rest-ftp-daemon-0.300.3 lib/rest-ftp-daemon/views/dashboard_counters.haml
rest-ftp-daemon-0.300.2 lib/rest-ftp-daemon/views/dashboard_counters.haml
rest-ftp-daemon-0.300.1 lib/rest-ftp-daemon/views/dashboard_counters.haml
rest-ftp-daemon-0.250.5 lib/rest-ftp-daemon/views/dashboard_counters.haml