Merge pull request #3890 from ci2014/patch-8

Update list.html
This commit is contained in:
Rushabh Mehta 2017-08-10 09:40:37 +05:30 committed by GitHub
commit 07819a6eca

View file

@ -20,7 +20,7 @@
{% endfor %}
</div>
<div class="more-block {% if not show_more -%} hide {%- endif %}">
<button class="btn btn-default btn-more btn-sm">More</button>
<button class="btn btn-default btn-more btn-sm">{{ _("More") }}</button>
</div>
</div>
{%- endif %}