* feat: update rubocop to fix some erb_lint errors * standardize and add headers * feat: update gemfile * feat: revert change * feat: rename gdpr delete requests to gdpr actions * feat: remove the margin for consistency * feat: add a skeleton for the api/v1/followers/users spec * feat: add the operation block * feat: add two global schema parameters * feat: add a 'sort' parameter * feat: add a successful response * feat: add an unauthorized response * feat: generate the json * fix: indentation * fix: oops remove the spec
11 lines
418 B
Text
11 lines
418 B
Text
<main id="profileFields">
|
|
<h1 class="crayons-title mb-3">Profile Fields</h1>
|
|
<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>
|