Moved total messages from import

This commit is contained in:
Nicolas Lœuillet 2016-12-08 16:42:48 +01:00
parent edb9feb472
commit be2c55de4c
No known key found for this signature in database
GPG Key ID: BDC1EFB5CA0145F2
2 changed files with 6 additions and 2 deletions

View File

@ -19,8 +19,6 @@
Materialize.toast('{{ flashMessage|trans }}', 4000);
</script>
{% endfor %}
{{ render(controller("WallabagImportBundle:Import:checkQueue")) }}
{% endblock %}
{% block menu %}

View File

@ -2,6 +2,12 @@
{% block title %}{{ 'import.page_title'|trans }}{% endblock %}
{% block messages %}
{{ render(controller("WallabagImportBundle:Import:checkQueue")) }}
{{ parent() }}
{% endblock %}
{% block content %}
<div class="row">
<div class="col s12">