Ver código fonte

fix(minor): More button in list view (#18283) (#18284)

(cherry picked from commit c1c4ee8b04)

Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
version-14
mergify[bot] 2 anos atrás
committed by GitHub
pai
commit
99b8bbd0ff
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      frappe/templates/includes/list/list.html

+ 1
- 1
frappe/templates/includes/list/list.html Ver arquivo

@@ -19,7 +19,7 @@
{{ item }}
{% endfor %}
</div>
<div class="more-block mt-6 {% if not show_more -%} hidden {%- endif %}">
<div class="more-block py-6 {% if not show_more -%} hidden {%- endif %}">
<button class="btn btn-light btn-more btn-sm">{{ _("More") }}</button>
</div>
</div>


Carregando…
Cancelar
Salvar