This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix
#1683
tags/v1.21.12.1
Unknwon
10 years ago
parent
e07675b480
commit
043ded0896
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
@@ -9,7 +9,7 @@
{{else if eq .SignedUserName .Owner.Name}}
<a href="http://gravatar.com/emails/" id="profile-avatar" original-title="{{.i18n.Tr "user.change_avatar"}}">
{{else}}
<a
href="{{.Owner.AvatarLink}}?s=234"
id="profile-avatar">
<a id="profile-avatar">
{{end}}
<img class="profile-avatar" src="{{.Owner.AvatarLink}}?s=234" title="{{.Owner.Name}}"/>
</a>
Write
Preview
Loading…
Cancel
Save