mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 05:06:28 +00:00
Merge pull request #2691 from wallabag/moved-total-import-notif
Moved total messages from import
This commit is contained in:
commit
2c1eed8051
2 changed files with 6 additions and 2 deletions
|
@ -19,8 +19,6 @@
|
||||||
Materialize.toast('{{ flashMessage|trans }}', 4000);
|
Materialize.toast('{{ flashMessage|trans }}', 4000);
|
||||||
</script>
|
</script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{{ render(controller("WallabagImportBundle:Import:checkQueue")) }}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block menu %}
|
{% block menu %}
|
||||||
|
|
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
{% block title %}{{ 'import.page_title'|trans }}{% endblock %}
|
{% block title %}{{ 'import.page_title'|trans }}{% endblock %}
|
||||||
|
|
||||||
|
{% block messages %}
|
||||||
|
{{ render(controller("WallabagImportBundle:Import:checkQueue")) }}
|
||||||
|
|
||||||
|
{{ parent() }}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
|
|
Loading…
Reference in a new issue