docbrown/app/views/admin/profile_fields/index.html.erb
Ridhwana 83afd9f882
Standardize (but also add consistent) headers on the admin (#18936)
* 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
2023-01-17 17:07:09 +02:00

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>