diff options
Diffstat (limited to 'templates/repo/settings/lfs_file_find.tmpl')
-rw-r--r-- | templates/repo/settings/lfs_file_find.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/settings/lfs_file_find.tmpl b/templates/repo/settings/lfs_file_find.tmpl index 5a2a168bec..cfef51b3cc 100644 --- a/templates/repo/settings/lfs_file_find.tmpl +++ b/templates/repo/settings/lfs_file_find.tmpl @@ -13,7 +13,7 @@ {{range .Results}} <tr> <td> - {{svg "octicon-file" 16}} + {{svg "octicon-file"}} <a href="{{EscapePound $.RepoLink}}/src/commit/{{.SHA}}/{{EscapePound .Name}}" title="{{.Name}}">{{.Name}}</a> </td> <td class="message"> @@ -24,7 +24,7 @@ </span> </td> <td> - <span class="text grey">{{svg "octicon-git-branch" 16}}{{.BranchName}}</span> + <span class="text grey">{{svg "octicon-git-branch"}}{{.BranchName}}</span> </td> <td> {{if .ParentHashes}} |