Sha256: e81fd8aecd8547b9167e927482b38f5ac64943d7d9bf0ac5557c13d919421c03

Contents?: true

Size: 653 Bytes

Versions: 25

Compression:

Stored size: 653 Bytes

Contents

- field1 = f.object || CustomFieldPair.new
- field2 = f.object.respond_to?(:paired_with) ? field1.paired_with : CustomFieldPair.new

%table{class: :pairs}
  = fields_for("pair[0]", field1) do |first|
    = fields_for("pair[1]", field2) do |second|
      %tr
        %td
          .label.top Hint:
          = first.text_field :hint
        %td= spacer
        %td
          .label.top
            %span Required:
            = first.check_box :required
            %br
            %span Disabled:
            = first.check_box :disabled
            = first.hidden_field :id
            = second.hidden_field :id
            %div{style: 'width: 240px;'}

Version data entries

25 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.22.0 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.22.0 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.21.0 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.21.0 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.20.1 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.20.1 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.20.0 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.20.0 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.19.2 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.19.2 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.19.0 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.19.0 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.18.2 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.18.2 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.17.3 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.17.3 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.18.1 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.18.1 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.18.0 app/views/admin/custom_fields/_datetime_pair_field.html.haml