aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Resources/views/Elcurator/index.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2019-11-15 16:38:30 +0100
committerGitHub <noreply@github.com>2019-11-15 16:38:30 +0100
commit069229e19cbb02d83b94b8356dfa2e28901aa1b6 (patch)
tree02717c536865a32983017faf5ec195f0e7148fc9 /src/Wallabag/ImportBundle/Resources/views/Elcurator/index.html.twig
parent3c5aa05311d057c8fed83f085e6fb6ecc874fca4 (diff)
parent958e77e6a7c779de11f0f070b70c861c246a959f (diff)
downloadwallabag-069229e19cbb02d83b94b8356dfa2e28901aa1b6.tar.gz
wallabag-069229e19cbb02d83b94b8356dfa2e28901aa1b6.tar.zst
wallabag-069229e19cbb02d83b94b8356dfa2e28901aa1b6.zip
Merge pull request #4175 from wallabag/import-elcurator
Added elCurator import
Diffstat (limited to 'src/Wallabag/ImportBundle/Resources/views/Elcurator/index.html.twig')
-rw-r--r--src/Wallabag/ImportBundle/Resources/views/Elcurator/index.html.twig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wallabag/ImportBundle/Resources/views/Elcurator/index.html.twig b/src/Wallabag/ImportBundle/Resources/views/Elcurator/index.html.twig
new file mode 100644
index 00000000..e3a0d709
--- /dev/null
+++ b/src/Wallabag/ImportBundle/Resources/views/Elcurator/index.html.twig
@@ -0,0 +1,3 @@
1{% extends "WallabagImportBundle:WallabagV1:index.html.twig" %}
2
3{% block title %}{{ 'import.elcurator.page_title'|trans }}{% endblock %}