summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorNicolas Wendling <nicolas.wendling1011@gmail.com>2021-03-06 21:28:02 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit088ebcc63a892f2245c863c647516c0dd8041de7 (patch)
treeb347f8222e43d0d467689b7b585024bac3562ca3 /templates
parent0085e533b57722f0689eba8787b17a935a9bc066 (diff)
🎨 Load icons from the server and delete SVGs
Signed-off-by: Nicolas Wendling <nicolas.wendling1011@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 9d8ea455e..3dcc5254e 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -94,7 +94,7 @@
<li ng-click="Share.toggleDropdown()"
class="util"
news-stop-propagation>
- <button class="share svg dropbtn"
+ <button class="icon-share share svg dropbtn"
title="<?php p($l->t('Share')) ?>">
</button>
</li>
@@ -150,7 +150,7 @@
ng-href="https://twitter.com/intent/tweet?url={{ ::item.url }}"></a>
</div>
<div class="col-4">
- <a class="icon-dropdown icon-mail pr-5"
+ <a class="icon-dropdown icon-mail pr-5"
ng-href="mailto:?subject=I wanted you to see this site&amp;body=Check out this site {{ ::item.url }}"></a>
</div>
</div>