Update new pull payment page heading

This commit is contained in:
Umar Bolatov
2020-12-07 20:16:51 -08:00
parent 16e5e2d757
commit e0b561b12a

View File

@@ -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 {