summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2018-02-09 15:34:27 +0100
committerGitHub <noreply@github.com>2018-02-09 15:34:27 +0100
commitfcb00f6eaf2f0e460392de56879c0acb5bb8bbd9 (patch)
treef65a1b8174b1caf3e8d4266ecfb97a4235263274 /templates
parent1657a4e07207a0809f81610259002f919ff9aaaf (diff)
parent9dfa7653321f0814e9d13a7b675d00bf5907f14f (diff)
Merge pull request #457 from nextcloud/stable12-list-fix
[Stable12] contact list fix
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>