feat(apps): minor progress

This commit is contained in:
Torkel Ödegaard
2016-01-12 10:20:04 +01:00
parent 2fe58461d5
commit ffe1407217
2 changed files with 11 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) {
if plugin.Pinned {
data.MainNavLinks = append(data.MainNavLinks, &dtos.NavLink{
Text: plugin.Name,
Url: setting.AppSubUrl + "/apps/edit/" + plugin.Id,
Url: "/apps/edit/" + plugin.Id,
Img: plugin.Info.Logos.Small,
})
}