summaryrefslogtreecommitdiffstats
path: root/templates/repo/user_cards.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/user_cards.tmpl
parentc083d7656794ec0b4d856994daddd27e98841d70 (diff)
downloadgitea-971e2c3bd6a63a9d75ee7b222b8ec1716f47fbb6.tar.gz
gitea-971e2c3bd6a63a9d75ee7b222b8ec1716f47fbb6.zip
Upgrade octicon to 4.3.0
Diffstat (limited to 'templates/repo/user_cards.tmpl')
-rw-r--r--templates/repo/user_cards.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo/user_cards.tmpl b/templates/repo/user_cards.tmpl
index 98b811d50e..6abbe5a185 100644
--- a/templates/repo/user_cards.tmpl
+++ b/templates/repo/user_cards.tmpl
@@ -12,11 +12,11 @@
<div class="meta">
{{if .Website}}
- <span class="icon octicon octicon-link"></span> <a href="{{.Website}}" target="_blank">{{.Website}}</a>
+ <span class="octicon octicon-link"></span> <a href="{{.Website}}" target="_blank">{{.Website}}</a>
{{else if .Location}}
- <span class="icon octicon octicon-location"></span> {{.Location}}
+ <span class="octicon octicon-location"></span> {{.Location}}
{{else}}
- <span class="icon octicon octicon-clock"></span> {{$.i18n.Tr "user.join_on"}} {{DateFmtShort .Created}}
+ <span class="octicon octicon-clock"></span> {{$.i18n.Tr "user.join_on"}} {{DateFmtShort .Created}}
{{end}}
</div>
</li>