docbrown/app/views/admin/profile_fields/index.html.erb
Daniel Uber df4020efa6
Update profile admin instructions (#17062)
* Update instructions copy (remove placeholder)

Admin isn't localized well so I'm leaving this without translation for now.

* Update app/views/admin/profile_fields/index.html.erb

remove excess spacing

Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com>

Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com>
2022-03-30 15:32:56 -05:00

10 lines
365 B
Text

<main id="profileFields">
<div class="crayons-notice mb-4">
<p>
To get started, add a group. Then you can add fields to each group. Groups and fields will show up in this same order on the user's profile page.
</p>
</div>
<%= render "add_group_modal" %>
<%= render "grouped_profile_fields" %>
<%= render "ungrouped_profile_fields" %>
</div>