forked from wallabag/wallabag
Import Firefox & Chrome bookmarks into wallabag
This commit is contained in:
committed by
Jeremy Benoist
parent
9d7dd6b0d2
commit
ae669126e7
@ -11,7 +11,7 @@
|
||||
{% for import in imports %}
|
||||
<li>
|
||||
<h5>{{ import.name }}</h5>
|
||||
<blockquote>{{ import.description|trans }}</blockquote>
|
||||
<blockquote>{{ import.description|trans|raw }}</blockquote>
|
||||
<p><a class="waves-effect waves-light btn" href="{{ path(import.url) }}">{{ 'import.action.import_contents'|trans }}</a></p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user