mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
add support for plugin generated pages (interactions). add disallow vpn command
This commit is contained in:
8
WebfrontCore/Views/Interaction/Render.cshtml
Normal file
8
WebfrontCore/Views/Interaction/Render.cshtml
Normal file
@ -0,0 +1,8 @@
|
||||
@model string
|
||||
|
||||
<div class="content text-wrap mt-20">
|
||||
<h2 class="content-title">
|
||||
<color-code value="@ViewBag.Title"></color-code>
|
||||
</h2>
|
||||
@Html.Raw(Model)
|
||||
</div>
|
Reference in New Issue
Block a user