Procházet zdrojové kódy

fix: more button in web list

version-14
prssanna před 4 roky
rodič
revize
9386dbc1d3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      frappe/templates/includes/list/list.html

+ 1
- 1
frappe/templates/includes/list/list.html Zobrazit soubor

@@ -18,7 +18,7 @@
{{ item }}
{% endfor %}
</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>
</div>
</div>


Načítá se…
Zrušit
Uložit