1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Add icon for public share link

This commit is contained in:
Nicolas Lœuillet 2016-08-25 16:19:21 +02:00
parent aad350a5a2
commit 8e06720ff3
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
2 changed files with 5 additions and 1 deletions

View file

@ -101,7 +101,7 @@
<ul>
{% if craue_setting('share_public') %}
<li>
<a href="{{ path('share', {'id': entry.id }) }}" target="_blank" class="tool public" title="{{ 'entry.view.left_menu.public_link'|trans }}">
<a href="{{ path('share', {'id': entry.id }) }}" target="_blank" class="public icon-link" title="{{ 'entry.view.left_menu.public_link'|trans }}">
<span>{{ 'entry.view.left_menu.public_link'|trans }}</span>
</a>
</li>