Sha256: 002c7d03d12ccee20c2ff8635a3fc91c0bf159b1bea984b7d05635372fa91bfa
Contents?: true
Size: 494 Bytes
Versions: 36
Compression:
Stored size: 494 Bytes
Contents
- if section.display_if.call(@ar_object) div class="#{section.col_size ? 'col-' + section.col_size.to_s : 'col'}" .section p.section-heading = section.section_name .card .card-body - section.section_fields.each do |field| = show_field(@ar_object, field) - section.nested_table_fields.each do |nested_field| = render partial: 'cm_admin/main/nested_table_section', locals: { nested_field: nested_field, ar_object: @ar_object }
Version data entries
36 entries across 36 versions & 1 rubygems