docbrown/app/views/admin/profile_fields/index.html.erb
Ben Halpern 5f92ef7b8f
Fix profile field production display area functionality and remove SiteConfig.dev_to? hacks for better generalization (#12015)
* Initial work

* Add special exceptions

* Clean up and progress

* Update github url

Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>

* Add tests and finalize data update script

* Fix test

* Add some tests

* Fix display_area test

* Adjust spec

* Fix svg title

Co-authored-by: Molly Struve <mollylbs@gmail.com>
Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
2021-02-11 10:05:06 -05:00

10 lines
282 B
Text

<main id="profileFields">
<div class="crayons-notice mb-4">
<p>
Instructions on how to properly use this feature at this time.
</p>
</div>
<%= render "add_group_modal" %>
<%= render "grouped_profile_fields" %>
<%= render "ungrouped_profile_fields" %>
</div>