summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-10 16:46:17 -0500
committerUnknwon <u@gogs.io>2015-11-10 16:46:17 -0500
commit3b62a0fe0edad32c201ca0fce9b39bc540f6d5f4 (patch)
tree5c1071ab65ce2c0d3383ca3f25e88d06ef62de0a /templates
parent2db785b3ed0c65bbf2769abf34aae0976b3c4159 (diff)
downloadgitea-3b62a0fe0edad32c201ca0fce9b39bc540f6d5f4.tar.gz
gitea-3b62a0fe0edad32c201ca0fce9b39bc540f6d5f4.zip
fix #1572 fix file histrory paging issue
Diffstat (limited to 'templates')
-rw-r--r--templates/.VERSION2
-rw-r--r--templates/repo/commits_table.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION
index c5c0c2eee9..ba0a480335 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.7.2.1109 Beta \ No newline at end of file
+0.7.4.1110 Beta \ No newline at end of file
diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl
index 6fc17508c5..58ab1ebb1e 100644
--- a/templates/repo/commits_table.tmpl
+++ b/templates/repo/commits_table.tmpl
@@ -1,5 +1,5 @@
<h4 class="ui top attached header">
- {{.CommitCount}} {{.i18n.Tr "repo.commits.commits"}}
+ {{.CommitCount}} {{.i18n.Tr "repo.commits.commits"}} {{if .Branch}}({{.Branch}}){{end}}
{{if .PageIsCommits}}
<div class="ui right">
<form action="{{.RepoLink}}/commits/{{.BranchName}}/search">