mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-24 19:55:57 +00:00
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,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