Sha256: 51e11f3c6f069bcb9afb6017df155b0ff1e31018600087a8ed39970eebab5830

Contents?: true

Size: 540 Bytes

Versions: 72

Compression:

Stored size: 540 Bytes

Contents

- title t('.title', name: SystemConfiguration.environment.titleize)
= edit_class_link_tag(SystemConfiguration, class_action_path(:edit))
.container
  .row
    .s12
      %table.highlight.striped.extended
        %thead
          %tr
            %th.center-align=t('.field_header')
            %th.center-align=t('.value_header')
        %tbody
          - SystemConfiguration.allowed_param_names.sort.each do |field|
            %tr
              %td.right-align=field.titleize
              %td.left-align=mask_system_configuration(field)

Version data entries

72 entries across 72 versions & 1 rubygems

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