Customize appointment page title
This commit is contained in:
parent
44c929c531
commit
b794a0bd99
@ -13,7 +13,7 @@
|
|||||||
<span class="if-not-md">Back</span>
|
<span class="if-not-md">Back</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="title">Book Appointment</div>
|
<div class="title">Book {{#js_if "this.serviceid == 'shipping'"}}a Pickup{{else}}{{#js_if "this.serviceid == 'notary'"}}a Notary{{else}}Appointment{{/js_if}}{{/js_if}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -164,7 +164,8 @@ var routes = [
|
|||||||
}
|
}
|
||||||
resolve({
|
resolve({
|
||||||
content: compiledPages.appointment({
|
content: compiledPages.appointment({
|
||||||
url: url
|
url: url,
|
||||||
|
serviceid: to.params.serviceId
|
||||||
})
|
})
|
||||||
}, {
|
}, {
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user