mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-30 04:51:01 +00:00
Add icon for public share link
This commit is contained in:
parent
aad350a5a2
commit
8e06720ff3
2 changed files with 5 additions and 1 deletions
|
@ -630,6 +630,10 @@ main ul.row {
|
||||||
content: "\eae6";
|
content: "\eae6";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-link::before {
|
||||||
|
content: "\e9cb";
|
||||||
|
}
|
||||||
|
|
||||||
footer [class^="icon-"],
|
footer [class^="icon-"],
|
||||||
footer [class*=" icon-"] {
|
footer [class*=" icon-"] {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
{% if craue_setting('share_public') %}
|
{% if craue_setting('share_public') %}
|
||||||
<li>
|
<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>
|
<span>{{ 'entry.view.left_menu.public_link'|trans }}</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue