Sha256: bc66ed0d0664f57ad071b8918e48653118769176f5c547f53c4808a887496b54

Contents?: true

Size: 973 Bytes

Versions: 2

Compression:

Stored size: 973 Bytes

Contents

= bootstrap_form_for [@site, @deployment], html: { 'v-on': 'submit: addDeployment($event)' } do |f|
  #deploymentModal.modal.fade{"aria-hidden" => "true", "aria-labelledby" => "boldLabel", :role => "dialog", :tabindex => "-1"}
    .modal-dialog
      .modal-content
        .modal-header
          %button.close{"aria-label" => "Close", "data-dismiss" => "modal", :type => "button"}
            %span{"aria-hidden" => "true"} ×
          %h4#boldLabel.modal-title Create Deployment
        .modal-body
          .form-group
            %h3 Push your site live
            = fields_for @site do |s|
              = s.label :domain_name
              = s.text_field :domain_name, placeholder: 'example.com', class: 'form-control'
        .modal-footer
          %button.btn.btn-default{"data-dismiss" => "modal", :type => "button"} Cancel
          %button.btn.btn-primary{"data-dismiss" => "modal", type: "submit", 'v-on': 'click: addDeployment($event, true)'} Deploy

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
statixite-1.0.2 app/views/statixite/deployments/_modal.html.haml
statixite-1.0.1 app/views/statixite/deployments/_modal.html.haml