Sha256: c68ff349efbf37a136d30010fe99bb39d9e38434d8e884f5ab7b528ca442b138
Contents?: true
Size: 444 Bytes
Versions: 30
Compression:
Stored size: 444 Bytes
Contents
#message_processors-show %h2 == Message Processor: #{@object.name} .actions = @object.status == 'Started' ? action_button( @object, 'stop' ) : action_button( @object, 'start' ) %table.data-table - %w{ name app_name status destination_name message_selector concurrency }.each do |method| = data_row( method.humanize, @object.send( method ) ) .controls = link_to collection_path( :message_processors ), '<< Back'
Version data entries
30 entries across 30 versions & 1 rubygems