Sha256: d05f20e3c78bd9e0b80e3732b6b7ac7ced4b5b14f3e955b35af7ef579efe0c35
Contents?: true
Size: 360 Bytes
Versions: 25
Compression:
Stored size: 360 Bytes
Contents
#apps-show %h2 == App: #{@object.name} .actions = link_to( collection_path( @object, :logs ), 'View Logs' ) if @object.has_logs? %table.data-table - %w{ name environment_name root_path deployed_at }.each do |method| = data_row( method.humanize, @object.send( method ) ) .controls = link_to collection_path( :apps ), '<< Back'
Version data entries
25 entries across 25 versions & 1 rubygems