Monorepo for Tangled tangled.org

appview/pages: rename template block from pullList to stackedPullList

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 8caa8538 ffa0f680

verified
Changed files
+2 -2
appview
pages
templates
repo
pulls
+2 -2
appview/pages/templates/repo/pulls/pulls.html
··· 140 140 {{ i "chevrons-down-up" "w-4 h-4" }} hide {{ len $otherPulls }} pull{{$s}} in this stack 141 141 </div> 142 142 </summary> 143 - {{ block "pullList" (list $otherPulls $) }} {{ end }} 143 + {{ block "stackedPullList" (list $otherPulls $) }} {{ end }} 144 144 </details> 145 145 {{ end }} 146 146 {{ end }} ··· 149 149 </div> 150 150 {{ end }} 151 151 152 - {{ define "pullList" }} 152 + {{ define "stackedPullList" }} 153 153 {{ $list := index . 0 }} 154 154 {{ $root := index . 1 }} 155 155 <div class="grid grid-cols-1 rounded-b border-b border-t border-gray-200 dark:border-gray-900 divide-y divide-gray-200 dark:divide-gray-900">