fix: item list view in website (backport #43165) (#43207)

fix: item list view in website (#43165)

(cherry picked from commit ce34bb9793)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
mergify[bot]
2024-09-13 13:29:58 +05:30
committed by GitHub
parent b7e95bfd22
commit c1a6c56217

View File

@@ -1,4 +1,4 @@
<div>
<a href={{ route }}>{{ title }}</a>
<a href={{ route }}>{{ title or name }}</a>
</div>
<!-- this is a sample default list template -->