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