Import Firefox & Chrome bookmarks into wallabag

This commit is contained in:
Thomas Citharel
2016-07-12 13:51:05 +02:00
committed by Jeremy Benoist
parent 9d7dd6b0d2
commit ae669126e7
19 changed files with 586 additions and 7 deletions

View File

@ -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 %}