Sha256: 1973bf67e670e205507c3f0ee703198fb14dfa13d80829c5803477fe06cb1455

Contents?: true

Size: 661 Bytes

Versions: 9

Compression:

Stored size: 661 Bytes

Contents

- title SystemConfiguration.environment.titleize
= multiple_floating_action_button do
  = edit_floating_action_link(SystemConfiguration.configuration, edit_system_configurations_path)
  = refresh_floating_action_link(SystemConfiguration.configuration, sync_system_configurations_path)
.card
  .card-body
    .table-responsive.text-nowrap
      %table.table.card-table.border.table-striped
        %thead
          %tr
            %th Field
            %th Value
        %tbody.table-border-bottom-0
          - SystemConfiguration.allowed_param_names.each do |field|
            %tr
              %td= field
              %td= mask_system_configuration(field)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
web47core-3.2.20 app/views/system_configurations/show.html.haml
web47core-3.2.19 app/views/system_configurations/show.html.haml
web47core-3.2.18 app/views/system_configurations/show.html.haml
web47core-3.2.17 app/views/system_configurations/show.html.haml
web47core-3.2.16 app/views/system_configurations/show.html.haml
web47core-3.2.15 app/views/system_configurations/show.html.haml
web47core-3.2.14 app/views/system_configurations/show.html.haml
web47core-3.2.13 app/views/system_configurations/show.html.haml
web47core-3.2.12 app/views/system_configurations/show.html.haml