mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-31 09:18:38 +00:00
Allow moderators to moderate story levels (#809)
* Allow moderators to view story levels on website Show comments to moderators on in-game story levels that show the levels id * Only show LH ID comment on the first page
This commit is contained in:
parent
6e92ddc89f
commit
14ebad07f3
5 changed files with 66 additions and 2 deletions
|
@ -50,4 +50,15 @@ else
|
|||
<a href="/moderation/hiddenLevels/0" class="ui yellow button">
|
||||
<i class="globe americas icon"></i>
|
||||
<span>View hidden levels</span>
|
||||
</a>
|
||||
</a>
|
||||
|
||||
<div class="ui divider"></div>
|
||||
<form method="post" action="/moderation/findStoryLevel">
|
||||
@Html.AntiForgeryToken()
|
||||
<div class="ui left action input">
|
||||
<button type="submit" class="ui blue button">
|
||||
<span>Find Story Level</span>
|
||||
</button>
|
||||
<input type="text" name="placeholderSlotId" placeholder="Level ID">
|
||||
</div>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue