summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-07-26 22:06:28 +0800
committerUnknwon <u@gogs.io>2015-07-26 22:06:28 +0800
commit686dd599160b221c1007bce28fc083923d11e5bf (patch)
tree278d515b3406b4836e89533e9b7784e4a5b3f17e /templates
parent6f8e388b5530e85f141ea3aa345b1c6842fbe1f5 (diff)
downloadgitea-686dd599160b221c1007bce28fc083923d11e5bf.tar.gz
gitea-686dd599160b221c1007bce28fc083923d11e5bf.zip
fix #864 with migration and update locale
Diffstat (limited to 'templates')
-rw-r--r--templates/.VERSION2
-rw-r--r--templates/user/dashboard/feeds.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION
index fe3aa1abfc..cc4dbc0a09 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.6.3.0725 Beta \ No newline at end of file
+0.6.3.0726 Beta \ No newline at end of file
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}}
<li><img class="avatar-16" src="{{AvatarLink .AuthorEmail}}?s=16"> <a href="{{$repoLink}}/commit/{{.Sha1}}">{{ShortSha .Sha1}}</a> <span class="text-truncate grid-4-5">{{.Message}}</span></li>
{{end}}
- {{if $push.CompareUrl}}<li><a href="{{$push.CompareUrl}}">{{$.i18n.Tr "action.compare_2_commits"}} »</a></li>{{end}}
+ {{if $push.CompareUrl}}<li><a href="{{$.AppSubUrl}}/{{$push.CompareUrl}}">{{$.i18n.Tr "action.compare_2_commits"}} »</a></li>{{end}}
</ul>
</div>
{{else if eq .GetOpType 6}}