|
8 | 8 | {{if .LatestCommitUser}}
|
9 | 9 | {{avatar .LatestCommitUser 24}}
|
10 | 10 | {{if .LatestCommitUser.FullName}}
|
11 |
| - <a href="{{.LatestCommitUser.HomeLink}}"><strong>{{.LatestCommitUser.FullName}}</strong></a> |
| 11 | + <a class="muted" href="{{.LatestCommitUser.HomeLink}}"><strong>{{.LatestCommitUser.FullName}}</strong></a> |
12 | 12 | {{else}}
|
13 |
| - <a href="{{.LatestCommitUser.HomeLink}}"><strong>{{if .LatestCommit.Author}}{{.LatestCommit.Author.Name}}{{else}}{{.LatestCommitUser.Name}}{{end}}</strong></a> |
| 13 | + <a class="muted" href="{{.LatestCommitUser.HomeLink}}"><strong>{{if .LatestCommit.Author}}{{.LatestCommit.Author.Name}}{{else}}{{.LatestCommitUser.Name}}{{end}}</strong></a> |
14 | 14 | {{end}}
|
15 | 15 | {{else}}
|
16 | 16 | {{if .LatestCommit.Author}}
|
|
54 | 54 | {{svg "octicon-file-submodule"}}
|
55 | 55 | {{$refURL := $subModuleFile.RefURL AppUrl $.Repository.FullName $.SSHDomain}}
|
56 | 56 | {{if $refURL}}
|
57 |
| - <a href="{{$refURL}}">{{$entry.Name}}</a><span class="at">@</span><a href="{{$refURL}}/commit/{{PathEscape $subModuleFile.RefID}}">{{ShortSha $subModuleFile.RefID}}</a> |
| 57 | + <a class="muted" href="{{$refURL}}">{{$entry.Name}}</a><span class="at">@</span><a href="{{$refURL}}/commit/{{PathEscape $subModuleFile.RefID}}">{{ShortSha $subModuleFile.RefID}}</a> |
58 | 58 | {{else}}
|
59 | 59 | {{$entry.Name}}<span class="at">@</span>{{ShortSha $subModuleFile.RefID}}
|
60 | 60 | {{end}}
|
|
63 | 63 | {{$subJumpablePathName := $entry.GetSubJumpablePathName}}
|
64 | 64 | {{$subJumpablePath := SubJumpablePath $subJumpablePathName}}
|
65 | 65 | {{svg "octicon-file-directory-fill"}}
|
66 |
| - <a href="{{$.TreeLink}}/{{PathEscapeSegments $subJumpablePathName}}" title="{{$subJumpablePathName}}"> |
| 66 | + <a class="muted" href="{{$.TreeLink}}/{{PathEscapeSegments $subJumpablePathName}}" title="{{$subJumpablePathName}}"> |
67 | 67 | {{if eq (len $subJumpablePath) 2}}
|
68 |
| - <span class="jumpable-path">{{index $subJumpablePath 0}}</span>{{index $subJumpablePath 1}} |
| 68 | + <span class="color-text-light-2">{{index $subJumpablePath 0}}</span>{{index $subJumpablePath 1}} |
69 | 69 | {{else}}
|
70 | 70 | {{index $subJumpablePath 0}}
|
71 | 71 | {{end}}
|
72 | 72 | </a>
|
73 | 73 | {{else}}
|
74 | 74 | {{svg (printf "octicon-%s" (EntryIcon $entry))}}
|
75 |
| - <a href="{{$.TreeLink}}/{{PathEscapeSegments $entry.Name}}" title="{{$entry.Name}}">{{$entry.Name}}</a> |
| 75 | + <a class="muted" href="{{$.TreeLink}}/{{PathEscapeSegments $entry.Name}}" title="{{$entry.Name}}">{{$entry.Name}}</a> |
76 | 76 | {{end}}
|
77 | 77 | {{end}}
|
78 | 78 | </span>
|
|
0 commit comments