瀏覽代碼
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 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
frappe/templates/includes/list/list.html
|
|
@@ -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> |
|
|
|