Sha256: 0a1066e4400839ac2c34d24bd07b335bc65ddc5381acc6081e042ea5d31e1256

Contents?: true

Size: 659 Bytes

Versions: 54

Compression:

Stored size: 659 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

54 entries across 27 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.14.2 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.15.2 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.15.2 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.16.4 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.16.4 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.14.1 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.14.1 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.15.1 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.15.1 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.16.3 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.16.3 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.16.2 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.16.2 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.16.1 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.16.1 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.16.0 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.16.0 app/views/admin/custom_fields/_datetime_pair_field.html.haml
fat_free_crm-0.15.0 app/views/admin/custom_fields/_date_pair_field.html.haml
fat_free_crm-0.15.0 app/views/admin/custom_fields/_datetime_pair_field.html.haml