This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Added improvement from Unknwon
for-closed-social
ExMex
8 years ago
parent
53a63de9dc
commit
40413c5c6c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/user/profile.tmpl
+ 1
- 1
templates/user/profile.tmpl
View File
@ -59,7 +59,7 @@
*/}}
<li>
{{range .Orgs}}
<a href="{{
AppSubUrl}}/{{.Name
}}"><img class="ui mini image" src="{{.AvatarLink}}"></a>
<a href="{{
.HomeLink
}}"><img class="ui mini image" src="{{.AvatarLink}}"></a>
{{end}}
</li>
{{if and .IsSigned (ne .SignedUserName .Owner.Name)}}
Write
Preview
Loading…
Cancel
Save