diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2019-11-07 12:17:01 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-11-15 16:08:36 +0100 |
commit | 958e77e6a7c779de11f0f070b70c861c246a959f (patch) | |
tree | 02717c536865a32983017faf5ec195f0e7148fc9 /src/Wallabag/ImportBundle/Resources/views | |
parent | 3c5aa05311d057c8fed83f085e6fb6ecc874fca4 (diff) | |
download | wallabag-958e77e6a7c779de11f0f070b70c861c246a959f.tar.gz wallabag-958e77e6a7c779de11f0f070b70c861c246a959f.tar.zst wallabag-958e77e6a7c779de11f0f070b70c861c246a959f.zip |
Added elCurator import
Diffstat (limited to 'src/Wallabag/ImportBundle/Resources/views')
-rw-r--r-- | src/Wallabag/ImportBundle/Resources/views/Elcurator/index.html.twig | 3 |
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 %} | ||