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
No known key found for this signature in database
GPG key ID: 2C1F9AEB371D2A28

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 {