Sha256: 09f37f52782a95e75143aa7654983598fcf58e8d669212f29319a069059a9ae5

Contents?: true

Size: 760 Bytes

Versions: 24

Compression:

Stored size: 760 Bytes

Contents

- title SystemConfiguration.environment.titleize
%form{action: index_path, method: :post}
  %input{type: :hidden, value: form_authenticity_token, name: :authenticity_token}
  %input{type: :hidden, name: '_method', value: :put}
  .container
    .row
      .col.s12
        .card
          .card-content
            .card-title= SystemConfiguration.environment.titleize
            .row
              = form_text_field(@system_configuration, :switchboard_base_url, classes: %w[s12 m4])
              = form_text_field(@system_configuration, :switchboard_stack_id, classes: %w[s12 m4])
              = form_password(@system_configuration, :switchboard_stack_api_token, classes: %w[s12 m4])
          = render 'common/update_actions', form_cancel_path: index_path

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
web47core-3.0.4 app/views/system_configurations/_edit.html.haml
web47core-3.0.3 app/views/system_configurations/_edit.html.haml
web47core-3.0.1 app/views/system_configurations/_edit.html.haml
web47core-3.0.0 app/views/system_configurations/_edit.html.haml