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 27f4283 commit f53a0b8Copy full SHA for f53a0b8
templates/repo/view_list.tmpl
@@ -41,6 +41,9 @@
41
</a>
42
{{else}}
43
<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}}
47
{{end}}
48
49
</div>
0 commit comments