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 4591de1 commit 675dc88Copy full SHA for 675dc88
templates/repo/view_list.tmpl
@@ -20,12 +20,10 @@
20
{{$submoduleLink := $submoduleFile.SubmoduleWebLink ctx}}
21
{{if $submoduleLink}}
22
<a class="entry-name" href="{{$submoduleLink.RepoWebLink}}" title="{{$entry.Name}}">{{$entry.Name}}</a>
23
- <span class="at">@</span>
24
- <a href="{{$submoduleLink.CommitWebLink}}">{{ShortSha $submoduleFile.RefID}}</a>
+ @ <a class="text primary" href="{{$submoduleLink.CommitWebLink}}">{{ShortSha $submoduleFile.RefID}}</a>
25
{{else}}
26
<span class="entry-name" title="{{$entry.Name}}">{{$entry.Name}}</span>
27
28
- {{ShortSha $submoduleFile.RefID}}
+ @ {{ShortSha $submoduleFile.RefID}}
29
{{end}}
30
31
{{if $entry.IsDir}}
0 commit comments