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

Version Path
torquebox-backstage-1.1.2 views/apps/show.haml
torquebox-backstage-1.1.1 views/apps/show.haml
torquebox-backstage-1.1.0 views/apps/show.haml
torquebox-backstage-1.0.7 views/apps/show.haml
torquebox-backstage-1.0.6 views/apps/show.haml
torquebox-backstage-1.0.5 views/apps/show.haml
torquebox-backstage-1.0.4 views/apps/show.haml
torquebox-backstage-1.0.3 views/apps/show.haml
torquebox-backstage-1.0.2 views/apps/show.haml
torquebox-backstage-1.0.1 views/apps/show.haml
torquebox-backstage-1.0.0 views/apps/show.haml
torquebox-backstage-1.0.0.beta2 views/apps/show.haml
torquebox-backstage-1.0.0.beta1 views/apps/show.haml
torquebox-backstage-0.5.4 views/apps/show.haml
torquebox-backstage-0.5.3 views/apps/show.haml
torquebox-backstage-0.5.2 views/apps/show.haml
torquebox-backstage-0.5.1 views/apps/show.haml
torquebox-backstage-0.5 views/apps/show.haml
torquebox-backstage-0.4.3 views/apps/show.haml
torquebox-backstage-0.4.2 views/apps/show.haml