Skip to content

Commit f53a0b8

Browse files
committed
fix
1 parent 27f4283 commit f53a0b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/repo/view_list.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
</a>
4242
{{else}}
4343
<a class="entry-name" href="{{$.TreeLink}}/{{PathEscapeSegments $entry.Name}}" title="{{$entry.Name}}">{{$entry.Name}}</a>
44+
{{if $entry.IsLink}}
45+
<a class="muted" href="{{$.TreeLink}}/{{PathEscapeSegments $entry.Name}}?follow_symlink=1">{{svg "octicon-link"}}</a>
46+
{{end}}
4447
{{end}}
4548
{{end}}
4649
</div>

0 commit comments

Comments
 (0)