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