Sha256: 601df70610c7ebd575ff643e9d6e8efb59b0ad38a42c0ce821ac0c8e233a81a3
Contents?: true
Size: 860 Bytes
Versions: 30
Compression:
Stored size: 860 Bytes
Contents
#message_processors-index %table %tr %th Name %th App %th Status %th Destination %th Selector %th Concurrency - @collection.each do |message_processor| %tr %td= link_to( object_path( message_processor ), message_processor.name ) %td - if message_processor.app = link_to( object_path( message_processor.app ), message_processor.app_name ) - else = message_processor.app_name %td.status{:class => message_processor.status.downcase}= message_processor.status %td= message_processor.destination_name %td= message_processor.message_selector %td= message_processor.concurrency %td - message_processor.available_actions.each do |action| = action_button( message_processor, action )
Version data entries
30 entries across 30 versions & 1 rubygems