summaryrefslogtreecommitdiffstats
path: root/app/common/directives/confirm.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/directives/confirm.html')
-rw-r--r--app/common/directives/confirm.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/common/directives/confirm.html b/app/common/directives/confirm.html
index a38cf60..3faf2a4 100644
--- a/app/common/directives/confirm.html
+++ b/app/common/directives/confirm.html
@@ -1,10 +1,10 @@
<div class="inline__confirm" ng-class="{active: confirm}">
<div class="inline__confirm-message">
- <p class="h3"><i></i>Are you sure you want to <strong>{{title}}?</strong></p>
+ <p class="h3">Are you sure you want to <strong>{{title}}?</strong></p>
<p>{{message}}</p>
</div>
<div class="inline__confirm-buttons">
- <button class="btn-primary" ng-click="accept()">Yes</button>
- <button class="btn-primary" ng-click="cancel()">No</button>
+ <button class="btn btn-primary" ng-click="accept()">Yes</button>
+ <button class="btn btn-primary" ng-click="cancel()">No</button>
</div>
</div> \ No newline at end of file
OpenPOWER on IntegriCloud