This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update list.html
Add _() to More Button, to translate the button.
version-14
ci2014
8 years ago
committed by
GitHub
parent
92403aabba
commit
3d7d8044b0
1 changed files
with
1 additions
and
1 deletions
Split View
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
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 %}
Write
Preview
Loading…
Cancel
Save