btcpayserver/BTCPayServer/Views/Server/_ViewStart.cshtml
2017-10-27 17:53:04 +09:00

5 lines
95 B
Plaintext

@{
Layout = "../Shared/_NavLayout.cshtml";
ViewBag.MainTitle = "Server settings";
}