Skip to content

Commit 7121556

Browse files
committed
use silenced
1 parent ee14071 commit 7121556

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

templates/repo/view_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div>{{if and .LatestCommit .LatestCommit.Committer}}{{DateUtils.TimeSince .LatestCommit.Committer.When}}{{end}}</div>
66
</div>
77
{{if .HasParentPath}}
8-
<a class="repo-file-line parent-link muted" href="{{.BranchLink}}{{if .ParentPath}}{{PathEscapeSegments .ParentPath}}{{end}}">
8+
<a class="repo-file-line parent-link silenced" href="{{.BranchLink}}{{if .ParentPath}}{{PathEscapeSegments .ParentPath}}{{end}}">
99
{{svg "octicon-file-directory-fill"}} ..
1010
</a>
1111
{{end}}

web_src/css/repo/home-file-list.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,4 @@
105105

106106
#repo-files-table .parent-link {
107107
width: 100%;
108-
text-decoration-line: none;
109108
}

0 commit comments

Comments
 (0)