summaryrefslogtreecommitdiffstats
path: root/templates/repo/wiki/pages.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/wiki/pages.tmpl')
-rw-r--r--templates/repo/wiki/pages.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/wiki/pages.tmpl b/templates/repo/wiki/pages.tmpl
index 61903423f3..01e8627944 100644
--- a/templates/repo/wiki/pages.tmpl
+++ b/templates/repo/wiki/pages.tmpl
@@ -15,7 +15,7 @@
{{range .Pages}}
<tr>
<td>
- <i class="octicon octicon-file-text"></i>
+ {{svg "octicon-file" 16}}
<a href="{{$.RepoLink}}/wiki/{{.SubURL}}">{{.Name}}</a>
</td>
{{$timeSince := TimeSinceUnix .UpdatedUnix $.Lang}}