fatfreecrm/fat_free_crm

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

Summary

Maintainability
Test Coverage
%div
  .label.top.req
    = "Select Options (pipe separated):"
= f.text_field :collection_string, class: 'field_collection_string', size: 78

= render partial: 'admin/custom_fields/base_field', locals: {f: f}