Skip to content

Commit 675dc88

Browse files
committed
fix styles
1 parent 4591de1 commit 675dc88

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

templates/repo/view_list.tmpl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020
{{$submoduleLink := $submoduleFile.SubmoduleWebLink ctx}}
2121
{{if $submoduleLink}}
2222
<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>
23+
@ <a class="text primary" href="{{$submoduleLink.CommitWebLink}}">{{ShortSha $submoduleFile.RefID}}</a>
2524
{{else}}
2625
<span class="entry-name" title="{{$entry.Name}}">{{$entry.Name}}</span>
27-
<span class="at">@</span>
28-
{{ShortSha $submoduleFile.RefID}}
26+
@ {{ShortSha $submoduleFile.RefID}}
2927
{{end}}
3028
{{else}}
3129
{{if $entry.IsDir}}

0 commit comments

Comments
 (0)