Sha256: 3711f227654ea545e83dbf48b67e809c868746b48886658587f75de995c24ad7
Contents?: true
Size: 391 Bytes
Versions: 25
Compression:
Stored size: 391 Bytes
Contents
#apps-index %table %tr %th Name %th Environment %th Root %th Deployed At %th - @collection.each do |app| %tr %td= link_to( object_path( app ), app.name ) %td= app.environment_name %td= app.root_path %td= app.deployed_at %td= link_to( collection_path( app, :logs ), 'View Logs' ) if app.has_logs?
Version data entries
25 entries across 25 versions & 1 rubygems