Sha256: 04918cb07850be04041d7e34b069ad8b5a46b8d0e7790f7087a8b262b7b22ba3

Contents?: true

Size: 764 Bytes

Versions: 19

Compression:

Stored size: 764 Bytes

Contents

- title SystemConfiguration.environment.titleize
.container
  .row
    .s12
      .card
        .card-content
          .card-title=SystemConfiguration.environment.titleize
          .card-tray
            = edit_link_tag(SystemConfiguration, class_action_path(:edit))
            = replay_link_tag(SystemConfiguration, class_action_path(:sync))
      .card
        .card-content.section-data-tables
          %table.highlight.striped.data-table
            %thead
              %tr
                =table_header_tag :field
                =table_header_tag :value
            %tbody
              - SystemConfiguration.allowed_param_names.sort.each do |field|
                %tr
                  %td=field
                  %td=mask_system_configuration(field)

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
web47core-3.2.9 app/views/system_configurations/_show.html.haml
web47core-3.2.8 app/views/system_configurations/_show.html.haml
web47core-3.2.7 app/views/system_configurations/_show.html.haml
web47core-3.2.6 app/views/system_configurations/_show.html.haml
web47core-3.2.5 app/views/system_configurations/_show.html.haml
web47core-3.2.4 app/views/system_configurations/_show.html.haml
web47core-2.2.20 app/views/system_configurations/_show.html.haml
web47core-2.2.19 app/views/system_configurations/_show.html.haml
web47core-3.2.3 app/views/system_configurations/_show.html.haml
web47core-3.2.2 app/views/system_configurations/_show.html.haml
web47core-3.0.6 app/views/system_configurations/_show.html.haml
web47core-3.0.5 app/views/system_configurations/_show.html.haml
web47core-2.3.4 app/views/system_configurations/_show.html.haml
web47core-2.3.3 app/views/system_configurations/_show.html.haml
web47core-2.3.2 app/views/system_configurations/_show.html.haml
web47core-2.3.1 app/views/system_configurations/_show.html.haml
web47core-2.3.0 app/views/system_configurations/_show.html.haml
web47core-2.2.18 app/views/system_configurations/_show.html.haml
web47core-2.2.17 app/views/system_configurations/_show.html.haml