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
fix: more button in web list
version-14
prssanna
4 years ago
parent
1581c99da7
commit
9386dbc1d3
1 changed files
with
1 additions
and
1 deletions
Unified 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
@@ -18,7 +18,7 @@
{{ item }}
{{ item }}
{% endfor %}
{% endfor %}
</div>
</div>
<div class="more-block {% if not show_more -%} hidden {%- endif %}">
<div class="more-block
mt-6
{% if not show_more -%} hidden {%- endif %}">
<button class="btn btn-light btn-more btn-sm">{{ _("More") }}</button>
<button class="btn btn-light btn-more btn-sm">{{ _("More") }}</button>
</div>
</div>
</div>
</div>
Write
Preview
Loading…
Cancel
Save