Sha256: d4f7b7b5dd6ec893e164da3822faeb966b9be2c53d81508d16e5220a52b8a3c6

Contents?: true

Size: 855 Bytes

Versions: 13

Compression:

Stored size: 855 Bytes

Contents

- @resource.class.resource_field_groups.select{ |x| x.editable }.each do |rfg|
  %h3= resource_field_group_label(@resource.class, rfg.key) unless rfg.key == :default
  - rfg.sections.each do |section|
    .row
      - section.fields.each do |field|
        %div{ class: section.column_class }
          - case field.type
          - when :association
            = @f.association field.sym, disabled: !field.editable, input_html: { data: { controller: "input-control-#{field.type}" } }
          - when :boolean 
            = @f.input field.sym, disabled: !field.editable, as: field.type.to_sym, input_html: { data: { controller: "input-control-#{field.type}" } }, wrapper: :checkbox
          - else 
            = @f.input field.sym, disabled: !field.editable, as: field.type.to_sym, input_html: { data: { controller: "input-control-#{field.type}" } }

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
five-two-nw-olivander-0.2.0.1 app/components/olivander/components/resource_form_component.html.haml
five-two-nw-olivander-0.2.0.0 app/components/olivander/components/resource_form_component.html.haml
five-two-nw-olivander-0.1.2.60 app/components/olivander/components/resource_form_component.html.haml
five-two-nw-olivander-0.1.2.59 app/components/olivander/components/resource_form_component.html.haml
five-two-nw-olivander-0.1.2.58 app/components/olivander/components/resource_form_component.html.haml
five-two-nw-olivander-0.1.2.57 app/components/olivander/components/resource_form_component.html.haml
five-two-nw-olivander-0.1.2.56 app/components/olivander/components/resource_form_component.html.haml
five-two-nw-olivander-0.1.2.55 app/components/olivander/components/resource_form_component.html.haml
five-two-nw-olivander-0.1.2.54 app/components/olivander/components/resource_form_component.html.haml
five-two-nw-olivander-0.1.2.53 app/components/olivander/components/resource_form_component.html.haml
five-two-nw-olivander-0.1.2.52 app/components/olivander/components/resource_form_component.html.haml
five-two-nw-olivander-0.1.2.51 app/components/olivander/components/resource_form_component.html.haml
five-two-nw-olivander-0.1.2.50 app/components/olivander/components/resource_form_component.html.haml