Sha256: d5170ca17c111ad1aa455865f8210e3ad9dab173673cca0979dd655ca0ebfedb

Contents?: true

Size: 618 Bytes

Versions: 72

Compression:

Stored size: 618 Bytes

Contents

- title t('.title', name: SystemConfiguration.environment.titleize)
.container
  %form{action: index_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])
    = render '/common/form_actions', form_cancel_path: index_path

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
web47core-1.1.16 app/views/system_configurations/_edit.html.haml
web47core-1.1.15 app/views/system_configurations/_edit.html.haml
web47core-1.1.14 app/views/system_configurations/_edit.html.haml
web47core-1.1.13 app/views/system_configurations/_edit.html.haml
web47core-1.1.12 app/views/system_configurations/_edit.html.haml
web47core-1.1.11 app/views/system_configurations/_edit.html.haml
web47core-2.0.1 app/views/system_configurations/_edit.html.haml
web47core-2.0.0 app/views/system_configurations/_edit.html.haml
web47core-1.1.10 app/views/system_configurations/_edit.html.haml
web47core-1.1.9 app/views/system_configurations/_edit.html.haml
web47core-1.1.8 app/views/system_configurations/_edit.html.haml
web47core-1.1.7 app/views/system_configurations/_edit.html.haml
web47core-1.1.6 app/views/system_configurations/_edit.html.haml
web47core-1.1.5 app/views/system_configurations/_edit.html.haml
web47core-1.1.4 app/views/system_configurations/_edit.html.haml
web47core-1.1.3 app/views/system_configurations/_edit.html.haml
web47core-1.1.2 app/views/system_configurations/_edit.html.haml
web47core-1.1.1 app/views/system_configurations/_edit.html.haml
web47core-1.1.0 app/views/system_configurations/_edit.html.haml
web47core-1.0.18 app/views/system_configurations/_edit.html.haml