mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-20 05:34:28 +01:00
7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
@using BTCPayServer.Views.Server
|
|
|
|
<ul class="nav nav-pills nav-stacked">
|
|
<li class="@ServerNavPages.UsersNavClass(ViewContext)"><a asp-action="Users">Users</a></li>
|
|
</ul>
|
|
|