Commit 9932d318 by Nilu

S14042821 # Client - Incoming Issues (raised by Client) #Billing - change plan

parent 591311d8
......@@ -7500,7 +7500,7 @@ input{
border-color: #939393 !important;
}
.footer-note a, .upgrade-info a{
.footer-note a, .upgrade-info a, .billing-notice a{
color: #03A0E7;
text-decoration: underline;
}
......@@ -7634,4 +7634,9 @@ input{
.container-fluid.repeat{
margin-top: 50px;
}
.billing-notice{
margin-bottom: 40px;
padding-left: 10px;
}
\ No newline at end of file
......@@ -41,7 +41,17 @@
<div class="tabpage-title">
<label class="label-20">Invoices</label><br/>
</div>
</div>
</div>
<%
if(hiringTeam.hasBillingSetup())
{
%>
<div class="billing-notice">
If you need to change your Billing Method or the Plan you are on, please <a href=" https://www.talentology.com/support/" target="_blank">contact us.</a>
</div>
<%
}
%>
<div class="">
<div class="a-label-row">
<div class="col-md-2 col-sm-2 col-xs-2 inv-hdr text-left">Date</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment