feat(): removed unused routes and minor fixes

This commit is contained in:
Torkel Ödegaard
2016-02-08 16:57:29 +01:00
parent 3a1dff6636
commit 99a053bbdd
4 changed files with 3 additions and 6 deletions

View File

@ -36,7 +36,7 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) {
}
if setting.DisableGravatar {
data.User.GravatarUrl = setting.AppSubUrl + "/img/user_profile.png"
data.User.GravatarUrl = setting.AppSubUrl + "/public/img/user_profile.png"
}
if len(data.User.Name) == 0 {