Updated web template handling of no template

This commit is contained in:
2019-07-08 11:12:34 +08:00
parent b518ba4ca6
commit 20d3045ce3
7 changed files with 15 additions and 6 deletions

View File

@@ -64,6 +64,11 @@
</div>
</ng-container>
<div class="row">
<div class="col-12 d-flex">
<p *ngIf="router.url !== '/web-template/new'"><small><em>Note: Changing web template may affect your existing campaigns</em></small></p>
</div>
</div>
<div class="row mt-3">
<div class="col-12 d-flex">
<button type="button" (click)="submitNewWebTemplate()" class="btn btn-primary ml-2">Save Web Template</button>