Sha256: 989ffc96b5af1caccb66ad33029d7b999dfb9dcc30f4435c544cfbc69814c9ae

Contents?: true

Size: 805 Bytes

Versions: 9

Compression:

Stored size: 805 Bytes

Contents

- title 'Edit'
- content_for :breadcrumbs do
  =breadcrumb_step(system_configurations_path,  SystemConfiguration.environment.titleize)
%form{action: system_configurations_path, method: :post}
  %input{type: :hidden, value: form_authenticity_token, name: :authenticity_token}
  %input{type: :hidden, name: '_method', value: :put}
  .card
    .card-body
      .container
        .row
          = html5_text_field(@system_configuration, :switchboard_base_url, classes: %w[col-sm-12 col-lg-4] )
          = html5_text_field(@system_configuration, :switchboard_stack_id, classes: %w[col-sm-12 col-lg-4])
          = html5_password(@system_configuration, :switchboard_stack_api_token, classes: %w[col-sm-12 col-lg-4])
    .card-footer= render 'common/form_actions', form_cancel_path: system_configurations_path

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
web47core-3.2.20 app/views/system_configurations/edit.html.haml
web47core-3.2.19 app/views/system_configurations/edit.html.haml
web47core-3.2.18 app/views/system_configurations/edit.html.haml
web47core-3.2.17 app/views/system_configurations/edit.html.haml
web47core-3.2.16 app/views/system_configurations/edit.html.haml
web47core-3.2.15 app/views/system_configurations/edit.html.haml
web47core-3.2.14 app/views/system_configurations/edit.html.haml
web47core-3.2.13 app/views/system_configurations/edit.html.haml
web47core-3.2.12 app/views/system_configurations/edit.html.haml