summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/newContactButton.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/newContactButton.html b/templates/newContactButton.html
index 26e52f45..9ec3dbae 100644
--- a/templates/newContactButton.html
+++ b/templates/newContactButton.html
@@ -1,2 +1,2 @@
-<button ng-show="!ctrl.loading && !ctrl.invalid" class="icon-add app-content-list-button" id="new-contact-button"
+<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>