diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-12-08 16:42:48 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-12-08 16:46:17 +0100 |
commit | be2c55de4cbc504677f7e4bbdd1d055697358957 (patch) | |
tree | 1fa4ab64c083a028be92d4ea97e45ef4f06192ec /src/Wallabag/ImportBundle | |
parent | edb9feb472e6bfe3678a944360eaecb7e6c9e567 (diff) | |
download | wallabag-be2c55de4cbc504677f7e4bbdd1d055697358957.tar.gz wallabag-be2c55de4cbc504677f7e4bbdd1d055697358957.tar.zst wallabag-be2c55de4cbc504677f7e4bbdd1d055697358957.zip |
Moved total messages from import
Diffstat (limited to 'src/Wallabag/ImportBundle')
-rw-r--r-- | src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig b/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig index b1ec40a6..b79a1470 100644 --- a/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig +++ b/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig | |||
@@ -2,6 +2,12 @@ | |||
2 | 2 | ||
3 | {% block title %}{{ 'import.page_title'|trans }}{% endblock %} | 3 | {% block title %}{{ 'import.page_title'|trans }}{% endblock %} |
4 | 4 | ||
5 | {% block messages %} | ||
6 | {{ render(controller("WallabagImportBundle:Import:checkQueue")) }} | ||
7 | |||
8 | {{ parent() }} | ||
9 | {% endblock %} | ||
10 | |||
5 | {% block content %} | 11 | {% block content %} |
6 | <div class="row"> | 12 | <div class="row"> |
7 | <div class="col s12"> | 13 | <div class="col s12"> |