diff options
author | Jonathan Tran <jonnytran@gmail.com> | 2021-05-03 19:27:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 19:27:48 +0200 |
commit | 5e047b9bd7ba4bfa1c1ae3683eabe7e290de5728 (patch) | |
tree | 4f677454d6184de0ba06fed197a478ec6ce8dfe7 /templates/repo/commits.tmpl | |
parent | Fix setting redis db path (#15698) (diff) | |
download | forgejo-5e047b9bd7ba4bfa1c1ae3683eabe7e290de5728.tar.xz forgejo-5e047b9bd7ba4bfa1c1ae3683eabe7e290de5728.zip |
Add compare tag dropdown to releases page (#15695)
* Add compare tag dropdown to releases page
* Change defaults to be more intuitive and remove unneeded option
* Fix to select branch on releases page
Co-authored-by: Jonathan Tran <jon@allspice.io>
Co-authored-by: Kyle D <kdumontnu@gmail.com>
Diffstat (limited to 'templates/repo/commits.tmpl')
-rw-r--r-- | templates/repo/commits.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl index 5a8a89fe14..1e2b0f7d90 100644 --- a/templates/repo/commits.tmpl +++ b/templates/repo/commits.tmpl @@ -4,7 +4,7 @@ <div class="ui container"> {{template "repo/sub_menu" .}} <div class="ui secondary stackable menu mobile--margin-between-items"> - {{template "repo/branch_dropdown" .}} + {{template "repo/branch_dropdown" dict "root" .}} <div class="fitted item"> <a href="{{.RepoLink}}/graph" class="ui basic small compact button"> <span class="text"> |