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

material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1

This commit is contained in:
Simounet 2019-08-21 19:20:26 +02:00
parent 8ecab22d32
commit b2439a8e4e
10 changed files with 165 additions and 94 deletions

View file

@ -70,7 +70,7 @@
{% endif %}
</i>
<span class="tool link"><i class="material-icons link">comment</i> {{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }}</span>
<span class="tool link"><i class="material-icons">comment</i> {{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }}</span>
{% if entry.originUrl is not empty %}
<i class="material-icons" title="{{ 'entry.view.provided_by'|trans }}">launch</i>

View file

@ -250,13 +250,13 @@
</li>
{% endif %}
<li>
<i class="material-icons link">link</i>
<i class="material-icons">link</i>
<a href="{{ entry.url|e }}" target="_blank" rel="noopener" title="{{ 'entry.view.original_article'|trans }} : {{ entry.title|striptags }}" class="tool">
{{ entry.domainName|removeWww }}
</a>
</li>
<li>
<i class="material-icons link">comment</i>
<i class="material-icons">comment</i>
{{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }}
</li>
{% if entry.originUrl is not empty %}