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