Sha256: fb19d42fbe7096f8d619151c7d593f52fbc80c48e7a85d0c9d20a9fe8a62ad6f

Contents?: true

Size: 260 Bytes

Versions: 25

Compression:

Stored size: 260 Bytes

Contents

#logs-index
  %table
    %tr
      %th Name 
      %th Size
      %th
      - @collection.each do |log|
        %tr 
          %td= log.name
          %td= human_size( log.size )
          %td
            = link_to( object_path( log ), 'Tail' )
            
 

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
torquebox-backstage-1.1.2 views/logs/index.haml
torquebox-backstage-1.1.1 views/logs/index.haml
torquebox-backstage-1.1.0 views/logs/index.haml
torquebox-backstage-1.0.7 views/logs/index.haml
torquebox-backstage-1.0.6 views/logs/index.haml
torquebox-backstage-1.0.5 views/logs/index.haml
torquebox-backstage-1.0.4 views/logs/index.haml
torquebox-backstage-1.0.3 views/logs/index.haml
torquebox-backstage-1.0.2 views/logs/index.haml
torquebox-backstage-1.0.1 views/logs/index.haml
torquebox-backstage-1.0.0 views/logs/index.haml
torquebox-backstage-1.0.0.beta2 views/logs/index.haml
torquebox-backstage-1.0.0.beta1 views/logs/index.haml
torquebox-backstage-0.5.4 views/logs/index.haml
torquebox-backstage-0.5.3 views/logs/index.haml
torquebox-backstage-0.5.2 views/logs/index.haml
torquebox-backstage-0.5.1 views/logs/index.haml
torquebox-backstage-0.5 views/logs/index.haml
torquebox-backstage-0.4.3 views/logs/index.haml
torquebox-backstage-0.4.2 views/logs/index.haml