|
@@ -16,10 +16,6 @@
|
|
{{if .Location}}
|
|
{{if .Location}}
|
|
<i class="octicon octicon-location"></i> {{.Location}}
|
|
<i class="octicon octicon-location"></i> {{.Location}}
|
|
{{end}}
|
|
{{end}}
|
|
- {{if and .Email $.IsLogged}}
|
|
|
|
- <i class="octicon octicon-mail"></i>
|
|
|
|
- <a href="mailto:{{.Email}}" rel="nofollow">{{.Email}}</a>
|
|
|
|
- {{end}}
|
|
|
|
<i class="octicon octicon-clock"></i> {{$.i18n.Tr "user.join_on"}} {{DateFmtShort .Created}}
|
|
<i class="octicon octicon-clock"></i> {{$.i18n.Tr "user.join_on"}} {{DateFmtShort .Created}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|