mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +00:00
12 lines
No EOL
486 B
Text
12 lines
No EOL
486 B
Text
@model LBPUnion.ProjectLighthouse.PlayerData.Profiles.User
|
|
|
|
<form method="post" action="/admin/user/@Model.UserId/setGrantedSlots">
|
|
@Html.AntiForgeryToken()
|
|
<div class="ui left action input">
|
|
<button type="submit" class="ui blue button">
|
|
<i class="pencil icon"></i>
|
|
<span>Set Granted Slots</span>
|
|
</button>
|
|
<input type="text" name="grantedSlotCount" placeholder="Granted Slots" value="@Model.AdminGrantedSlots">
|
|
</div>
|
|
</form> |