Sha256: 2a6f4b6c379d4c03d24e62ccebb70bc1806622273405e20f9e05f5f37c2d7b01

Contents?: true

Size: 705 Bytes

Versions: 3

Compression:

Stored size: 705 Bytes

Contents

%div(id="applications" class="container")
  - unless @applications.empty?
    %ul
      - @applications.each do |app|
        %li(class="application")
          %div(class="app #{app.state.to_s.downcase}")
            %a(class="header" href="#{app.path}")= app.name
            - unless readonly?
              = haml :actions, :locals => {:app => app}, :layout => false
            - unless app.parameters.empty?
              .detail
                %ul(class="parameters")
                  = render_parameters(app.parameters)
  - else
    %p It seems there're not applications running on Trinidad.
    - unless readonly?
      %p You can use Git to #{link_to_deploy} them without stopping the server.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trinidad_sandbox_extension-1.0.2 lib/trinidad_sandbox_extension/app/views/applications.html.haml
trinidad_sandbox_extension-1.0.1 lib/trinidad_sandbox_extension/app/views/applications.html.haml
trinidad_sandbox_extension-1.0.0 lib/trinidad_sandbox_extension/app/views/applications.html.haml