We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b266534 commit d4c18fbCopy full SHA for d4c18fb
templates/repo/view_list.tmpl
@@ -40,7 +40,7 @@
40
<tbody>
41
{{if .HasParentPath}}
42
<tr class="has-parent">
43
- <td colspan="3">{{svg "octicon-reply"}}<a href="{{.BranchLink}}{{PathEscapeSegments .ParentPath}}">..</a></td>
+ <td colspan="3">{{svg "octicon-reply"}}<a href="{{.BranchLink}}{{if .ParentPath}}{{PathEscapeSegments .ParentPath}}{{end}}">..</a></td>
44
</tr>
45
{{end}}
46
{{range $item := .Files}}
0 commit comments