diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-08-22 09:13:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-22 09:13:56 +0200 |
commit | fc6e8bdf3fc13d23fff316472cb22cfedf82326c (patch) | |
tree | e485be05c72982548298099fc77280c11eb0f4dd /core/js | |
parent | ede32a558a1ee6e8a2baa91e98a4d09a471a6234 (diff) | |
parent | 4cc908bf9b81d91cf3a2bcfca56caae83419ce37 (diff) | |
download | nextcloud-server-fc6e8bdf3fc13d23fff316472cb22cfedf82326c.tar.gz nextcloud-server-fc6e8bdf3fc13d23fff316472cb22cfedf82326c.zip |
Merge pull request #1000 from nextcloud/mail_icon_share
Make e-mail icon visible
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/sharedialogmailview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/sharedialogmailview.js b/core/js/sharedialogmailview.js index b62936b1152..ce0893cb25c 100644 --- a/core/js/sharedialogmailview.js +++ b/core/js/sharedialogmailview.js @@ -20,7 +20,7 @@ ' {{#if mailPublicNotificationEnabled}}' + '<form id="emailPrivateLink" class="emailPrivateLinkForm oneline">' + ' <input id="email" class="emailField" value="{{email}}" placeholder="{{mailPrivatePlaceholder}}" type="text" />' + - ' <a id="emailButton" class="icon icon-mail-grey" />' + + ' <a id="emailButton" class="icon icon-mail hasTooltip" title="Send e-mail"></a>' + '</form>' + ' {{/if}}' + '{{/if}}' |