diff options
Diffstat (limited to 'templates/repo/view_file.tmpl')
-rw-r--r-- | templates/repo/view_file.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/view_file.tmpl b/templates/repo/view_file.tmpl index a093787e..54dbf13a 100644 --- a/templates/repo/view_file.tmpl +++ b/templates/repo/view_file.tmpl @@ -8,7 +8,7 @@ <strong>{{.FileName}}</strong> <span class="text grey normal">{{FileSize .FileSize}}</span> {{end}} {{else}} - <i class="file text outline icon ui left"></i> + <i class="octicon octicon-file-text ui left"></i> <strong>{{.FileName}}</strong> <span class="text grey normal">{{FileSize .FileSize}}</span> {{end}} {{if not .ReadmeInList}} |