From 686dd599160b221c1007bce28fc083923d11e5bf Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 26 Jul 2015 22:06:28 +0800 Subject: fix #864 with migration and update locale --- templates/user/dashboard/feeds.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/user/dashboard') diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index 54b4a95e90..47b55693f2 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