* 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>
10 lines
282 B
Text
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>
|