This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
anoopmb
/
frappe
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Update list.html
Add _() to More Button, to translate the button.
version-14
ci2014
пре 8 година
committed by
GitHub
родитељ
92403aabba
комит
3d7d8044b0
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/templates/includes/list/list.html
+ 1
- 1
frappe/templates/includes/list/list.html
Прегледај датотеку
@@ -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 %}
Write
Preview
Loading…
Откажи
Сачувај