diff --git a/templates/repo/commits_list.tmpl b/templates/repo/commits_list.tmpl
index 6793a81bff..d071fb90a1 100644
--- a/templates/repo/commits_list.tmpl
+++ b/templates/repo/commits_list.tmpl
@@ -6,7 +6,7 @@
SHA1 |
{{ctx.Locale.Tr "repo.commits.message"}} |
{{ctx.Locale.Tr "repo.commits.date"}} |
- |
+ |
@@ -25,7 +25,7 @@
{{$userName}}
{{end}}
-
+ |
{{$class := "ui sha label"}}
{{if .Signature}}
{{$class = (print $class " isSigned")}}
@@ -76,11 +76,11 @@
{{else}}
| {{TimeSince .Author.When ctx.Locale}} |
{{end}}
-
-
+ |
+
+ {{if $.FileName}}
+ {{svg "octicon-file-code"}}
+ {{end}}
|
{{end}}