Kaynağa Gözat

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 yıl önce
committed by GitHub
ebeveyn
işleme
99b8bbd0ff
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      frappe/templates/includes/list/list.html

+ 1
- 1
frappe/templates/includes/list/list.html Dosyayı Görüntüle

@@ -19,7 +19,7 @@
{{ item }} {{ item }}
{% endfor %} {% endfor %}
</div> </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> <button class="btn btn-light btn-more btn-sm">{{ _("More") }}</button>
</div> </div>
</div> </div>


Yükleniyor…
İptal
Kaydet