Browse Source

Remove redundant header and horizontal rule from profile management tabs

pull/22918/head
maliming 1 year ago
parent
commit
764d03a43b
  1. 2
      modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml

2
modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml

@ -31,8 +31,6 @@
@foreach (var group in Model.ProfileManagementPageCreationContext.Groups)
{
<abp-tab title="@group.DisplayName">
<h2>@group.DisplayName</h2>
<hr class="my-4" />
@await Component.InvokeAsync(group.ComponentType, new
{
parameter = group.Parameter

Loading…
Cancel
Save