aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/view_list.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-07-16 12:45:13 +0800
committerUnknwon <u@gogs.io>2016-07-16 12:45:13 +0800
commit971e2c3bd6a63a9d75ee7b222b8ec1716f47fbb6 (patch)
tree8010e3196c794357d7b410ede0554c374c5c80b9 /templates/repo/view_list.tmpl
parentc083d7656794ec0b4d856994daddd27e98841d70 (diff)
downloadgitea-971e2c3bd6a63a9d75ee7b222b8ec1716f47fbb6.tar.gz
gitea-971e2c3bd6a63a9d75ee7b222b8ec1716f47fbb6.zip
Upgrade octicon to 4.3.0
Diffstat (limited to 'templates/repo/view_list.tmpl')
-rw-r--r--templates/repo/view_list.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl
index 4db9e39057..82fd5c92d9 100644
--- a/templates/repo/view_list.tmpl
+++ b/templates/repo/view_list.tmpl
@@ -20,7 +20,7 @@
<tbody>
{{if .HasParentPath}}
<tr class="has-parent">
- <td colspan="3"><i class="icon octicon octicon-mail-reply"></i><a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
+ <td colspan="3"><i class="octicon octicon-mail-reply"></i><a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
</tr>
{{end}}
{{range $item := .Files}}
@@ -29,7 +29,7 @@
<tr>
{{if $entry.IsSubModule}}
<td>
- <span class="icon octicon octicon-file-submodule"></span>
+ <span class="octicon octicon-file-submodule"></span>
{{$refURL := $commit.RefURL AppUrl $.BranchLink}}
{{if $refURL}}
<a href="{{$refURL}}">{{$entry.Name}}</a> @ <a href="{{$refURL}}/commit/{{$commit.RefID}}">{{ShortSha $commit.RefID}}</a>
@@ -39,7 +39,7 @@
</td>
{{else}}
<td class="name">
- <span class="icon octicon octicon-file-{{if or $entry.IsDir}}directory{{else}}text{{end}}"></span>
+ <span class="octicon octicon-file-{{if or $entry.IsDir}}directory{{else}}text{{end}}"></span>
<a href="{{EscapePound $.BranchLink}}/{{EscapePound $.TreePath}}{{EscapePound $entry.Name}}">{{$entry.Name}}</a>
</td>
{{end}}