forked from kevadesu/forgejo
fix #1572 fix file histrory paging issue
This commit is contained in:
parent
2db785b3ed
commit
3b62a0fe0e
6 changed files with 23 additions and 69 deletions
|
@ -1 +1 @@
|
|||
0.7.2.1109 Beta
|
||||
0.7.4.1110 Beta
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue