diff options
author | Unknwon <u@gogs.io> | 2015-11-17 02:18:05 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-17 02:18:05 -0500 |
commit | ff5f14431eb2df2e68e6b3765607fa4aef99c707 (patch) | |
tree | 07fc01396d867adaf794ad47a010132ebeb0a71e /templates/user | |
parent | ab9411be2ae01970f4c2c092683bd9d9b71c994b (diff) | |
download | gitea-ff5f14431eb2df2e68e6b3765607fa4aef99c707.tar.gz gitea-ff5f14431eb2df2e68e6b3765607fa4aef99c707.zip |
fix #1448
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/profile.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 9acf30ad0d..d1d92e8a20 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -82,6 +82,7 @@ {{template "user/dashboard/feeds" .}} </div> {{end}} + </div> </div> </div> </div> |