Sha256: afb8ab95e136249e4b2d53ecba6b130c9e60028d151ded12b65a9b1a434d1586

Contents?: true

Size: 716 Bytes

Versions: 3

Compression:

Stored size: 716 Bytes

Contents

%h3 From Scratch
%p
  This application is based on a link.  If you want others to 
  see this application, #{link_to "create a quickstart in our community", create_quickstart_url}.

%p
  Cartridges:
  - if application_type.cartridges.present?
    = map_to_sentence(application_type.cartridges) do |c|
      - if missing_cartridges.include?(c)
        %span.text-warning{:title => "OpenShift could not locate any cartridges that match '#{c}'"}= c
      - else
        = c
  - else
    %span.text-warning{:title => "No cartridges specified"} none

%p 
  You can copy the link below to allow anyone to share this app.
%p= link_to "Share this link", application_type_url(application_type.id, application_type.to_params)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openshift-origin-console-1.3.4 app/views/application_types/_custom.html.haml
openshift-origin-console-1.3.3 app/views/application_types/_custom.html.haml
openshift-origin-console-1.3.2 app/views/application_types/_custom.html.haml