mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Update new pull payment page heading
This commit is contained in:
parent
16e5e2d757
commit
e0b561b12a
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
@model NewPullPaymentModel
|
||||
@{
|
||||
Layout = "../Shared/_NavLayout.cshtml";
|
||||
ViewData["Title"] = "Manage pull payments";
|
||||
ViewData.SetActivePageAndTitle(WalletsNavPages.PullPayments);
|
||||
ViewData["Title"] = "New pull payment";
|
||||
}
|
||||
<style type="text/css">
|
||||
.smMaxWidth {
|
||||
|
|
Loading…
Add table
Reference in a new issue