Sha256: d9b30eb2c1ae33fbf8a85642125e75b157906816d1deb6b15094fb486586eb8a

Contents?: true

Size: 907 Bytes

Versions: 1

Compression:

Stored size: 907 Bytes

Contents

- title t('.title', name: SystemConfiguration.environment.titleize)
.container
  %form{action: system_configuration_path, method: :post}
    %input{type: :hidden, value: form_authenticity_token, name: 'authenticity_token'}
    %input{type: :hidden, name: '_method', value: 'put'}
    .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])
    .row
      .col.s6.center-align
        %a.btn-large.waves-effect.waves-light{href: system_configuration_path}= t(':cancel')
          %i.material-icons.right
            cancel
      .col.s6.center-align
        %button.btn-large.waves-effect.waves-light{type: :submit}= t(':update')
          %i.material-icons.right
            save

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
web47core-0.1.11 lib/app/views/system_configurations/edit.html.haml