fatfreecrm/fat_free_crm

View on GitHub
app/views/admin/custom_fields/_date_field.html.haml

Summary

Maintainability
Test Coverage
%table
  %tr
    %td
      .label.top Hint:
      = f.text_field :hint
    %td= spacer
    %td
      .label.top
        %span Required:
        = f.check_box :required
        %br
        %span Disabled:
        = f.check_box :disabled
        %div{style: 'width: 240px;'}