diff options
Diffstat (limited to 'templates/repo/user_cards.tmpl')
-rw-r--r-- | templates/repo/user_cards.tmpl | 6 |
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> |