loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ui): remove extra `}` in issue dependencies template (#7313)

Bug showcase:
https://codeberg.org/forgejo/forgejo/attachments/a0c6215c-8274-4b91-b2a2-b14a31a4947e

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7313
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Beowulf <beowulf@beocode.eu>
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: benjidial <benjidial@noreply.codeberg.org>
Co-committed-by: benjidial <benjidial@noreply.codeberg.org>

authored by

benjidial
benjidial
and committed by
0ko
2e7ccb42 dae08c50

+2 -2
+2 -2
templates/repo/issue/view_content/sidebar/dependencies.tmpl
··· 19 19 {{range .BlockingDependencies}} 20 20 <div class="item dependency{{if .Issue.IsClosed}} is-closed{{end}} tw-flex tw-items-center tw-justify-between"> 21 21 <div class="item-left tw-flex tw-justify-center tw-flex-col tw-flex-1 gt-ellipsis"> 22 - <a class="title muted" href="{{.Issue.Link}}" data-tooltip-content="#{{.Issue.Index}} {{RenderRefIssueTitle $.Context .Issue.Title}}}"> 23 - #{{.Issue.Index}} {{RenderRefIssueTitle $.Context .Issue.Title}}} 22 + <a class="title muted" href="{{.Issue.Link}}" data-tooltip-content="#{{.Issue.Index}} {{RenderRefIssueTitle $.Context .Issue.Title}}"> 23 + #{{.Issue.Index}} {{RenderRefIssueTitle $.Context .Issue.Title}} 24 24 </a> 25 25 <div class="text small gt-ellipsis" data-tooltip-content="{{.Repository.OwnerName}}/{{.Repository.Name}}"> 26 26 {{.Repository.OwnerName}}/{{.Repository.Name}}