diff options
author | Unknwon <u@gogs.io> | 2015-11-10 16:46:17 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-10 16:46:17 -0500 |
commit | 3b62a0fe0edad32c201ca0fce9b39bc540f6d5f4 (patch) | |
tree | 5c1071ab65ce2c0d3383ca3f25e88d06ef62de0a /templates/repo/commits_table.tmpl | |
parent | 2db785b3ed0c65bbf2769abf34aae0976b3c4159 (diff) | |
download | gitea-3b62a0fe0edad32c201ca0fce9b39bc540f6d5f4.tar.gz gitea-3b62a0fe0edad32c201ca0fce9b39bc540f6d5f4.zip |
fix #1572 fix file histrory paging issue
Diffstat (limited to 'templates/repo/commits_table.tmpl')
-rw-r--r-- | templates/repo/commits_table.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |