Skip to content

Commit deff96b

Browse files
authored
Добавить разделитель (#3683)
1 parent 967b635 commit deff96b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/JoinRpg.Portal/Views/Claim/Add.cshtml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@
6060

6161
@if (Model.ClaimApplyRules != null)
6262
{
63-
<div>@Model.ClaimApplyRules</div>
63+
<div>
64+
@Model.ClaimApplyRules
65+
<hr />
66+
</div>
6467
}
6568

6669
@if (Model.IsSlot)

0 commit comments

Comments
 (0)