summaryrefslogtreecommitdiffstats
path: root/templates/newContactButton.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/newContactButton.html')
-rw-r--r--templates/newContactButton.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/newContactButton.html b/templates/newContactButton.html
index 9ec3dbae..14b16745 100644
--- a/templates/newContactButton.html
+++ b/templates/newContactButton.html
@@ -1,2 +1,4 @@
-<button ng-show="!ctrl.loading && !ctrl.invalid" class="icon-add" id="new-contact-button"
- type="button" name="button" ng-click="ctrl.createContact()">{{ctrl.t.addContact}}</button>
+<div class="app-navigation-new">
+ <button ng-show="!ctrl.loading && !ctrl.invalid" class="icon-add" id="new-contact-button"
+ type="button" name="button" ng-click="ctrl.createContact()">{{ctrl.t.addContact}}</button>
+</div> \ No newline at end of file