Monorepo for Tangled tangled.org

appview/pages: rename template block from pullList to stackedPullList #774

merged opened by oppi.li targeting master from push-nwtnqorztmlr
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:qfpnj4og54vl56wngdriaxug/sh.tangled.repo.pull/3m5bcobatda22
+2 -2
Diff #0
+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">

History

1 round 0 comments
sign up or login to add to the discussion
oppi.li submitted #0
1 commit
expand
appview/pages: rename template block from pullList to stackedPullList
expand 0 comments
pull request successfully merged