aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/GroupBundle/Resources/views/Manage/index.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/GroupBundle/Resources/views/Manage/index.html.twig')
-rw-r--r--src/Wallabag/GroupBundle/Resources/views/Manage/index.html.twig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wallabag/GroupBundle/Resources/views/Manage/index.html.twig b/src/Wallabag/GroupBundle/Resources/views/Manage/index.html.twig
index 58af3a75..01466e52 100644
--- a/src/Wallabag/GroupBundle/Resources/views/Manage/index.html.twig
+++ b/src/Wallabag/GroupBundle/Resources/views/Manage/index.html.twig
@@ -37,6 +37,9 @@
37 <p> 37 <p>
38 <a href="{{ path('group_new') }}" class="waves-effect waves-light btn">{{ 'group.list.create_new_one'|trans }}</a> 38 <a href="{{ path('group_new') }}" class="waves-effect waves-light btn">{{ 'group.list.create_new_one'|trans }}</a>
39 </p> 39 </p>
40 {% if groups.getNbPages > 1 %}
41 {{ pagerfanta(groups, 'twitter_bootstrap_translated', {'proximity': 1}) }}
42 {% endif %}
40 </div> 43 </div>
41 </div> 44 </div>
42 </div> 45 </div>