Sha256: 88f3479f305bb855720a9f336ca9357cf62af1ccaf804a5cd8c63551beb71ad6
Contents?: true
Size: 546 Bytes
Versions: 30
Compression:
Stored size: 546 Bytes
Contents
#services-index %table %tr %th Name %th App %th Status %th - @collection.each do |service| %tr %td= link_to( object_path( service ), service.name ) %td - if service.app = link_to( object_path( service.app ), service.app_name ) - else = service.app_name %td.status{:class => service.status.downcase}= service.status %td - service.available_actions.each do |action| = action_button( service, action )
Version data entries
30 entries across 30 versions & 1 rubygems