summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-01-14 05:48:38 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-01-14 05:49:39 +0100
commit8b548e0528c1a802fbe6c41f2a3eb9e2988ce384 (patch)
treea55ab8eef141fba61c71725fcb3c91ebfff2b285 /templates
parent06b8d221eefcdb1fb6032eb67a9b89cc1dfd9271 (diff)
Fixed new contact button
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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>