mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +00:00
9 lines
No EOL
337 B
Text
9 lines
No EOL
337 B
Text
@page "/admin/user/{id:int}/setGrantedSlots"
|
|
@model LBPUnion.ProjectLighthouse.Servers.Website.Pages.Admin.AdminSetGrantedSlotsPage
|
|
|
|
@{
|
|
Layout = "Layouts/BaseLayout";
|
|
Model.Title = "Set granted slots for " + Model.TargetedUser!.Username;
|
|
}
|
|
|
|
@await Html.PartialAsync("Partials/AdminSetGrantedSlotsFormPartial", Model.TargetedUser) |