mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 10:40:29 +01:00
ad8f347989
Moves the `ViewsRazor` extension into Abstractions, so that it can be used by plugins. Separated out of #2701, prerequisite for the LNbank plugin integration.
8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
@using BTCPayServer.Abstractions.Extensions
|
|
@using BTCPayServer.Views
|
|
@using BTCPayServer.Views.Apps
|
|
@{
|
|
ViewBag.CategoryTitle = "Apps";
|
|
ViewData.SetActiveCategory(typeof(AppsNavPages));
|
|
}
|