diff options
Diffstat (limited to 'templates/repo/view_list.tmpl')
-rw-r--r-- | templates/repo/view_list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index 34c76fca88..f4bc93cffd 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -73,7 +73,7 @@ {{end}} </a> {{else}} - <span class="octicon octicon-file-text"></span> + <span class="octicon octicon-{{EntryIcon $entry}}"></span> <a href="{{EscapePound $.TreeLink}}/{{EscapePound $entry.Name}}">{{$entry.Name}}</a> {{end}} </td> |