diff options
author | Unknwon <u@gogs.io> | 2017-03-31 15:11:40 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-31 15:11:40 -0400 |
commit | 9edac05e05387e335466957ecf3400a19c6ae808 (patch) | |
tree | bc903363cf31dba9e045ff97ee40c3498d74d487 /templates/repo | |
parent | 9c1620d49cd67fcbe06dbe40cdd76c383e4f55c9 (diff) |
templates/repo: improve README icon and font
Diffstat (limited to 'templates/repo')
-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 fe68b7cb..4096741a 100644 --- a/templates/repo/view_file.tmpl +++ b/templates/repo/view_file.tmpl @@ -1,7 +1,7 @@ <div id="file-content" class="{{TabSizeClass .Editorconfig .FileName}}"> <h4 class="ui top attached header" id="{{if .ReadmeExist}}repo-readme{{else}}repo-read-file{{end}}"> {{if .ReadmeExist}} - <i class="book icon ui left"></i> + <i class="octicon octicon-book"></i> {{if .ReadmeInList}} <strong>{{.FileName}}</strong> {{else}} |