From aede5cdb04fdbf74d9c602062fdece9f408e90f4 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 9 Aug 2015 10:18:35 +0800 Subject: fix app suburl in feeds --- templates/user/dashboard/feeds.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/user/dashboard/feeds.tmpl') diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index 47b55693..d2e66b30 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -30,7 +30,7 @@ {{range $push.Commits}}
  • {{ShortSha .Sha1}} {{.Message}}
  • {{end}} - {{if $push.CompareUrl}}
  • {{$.i18n.Tr "action.compare_2_commits"}} »
  • {{end}} + {{if $push.CompareUrl}}
  • {{$.i18n.Tr "action.compare_2_commits"}} »
  • {{end}} {{else if eq .GetOpType 6}} -- cgit v1.2.3