We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e618f1f commit b6504eaCopy full SHA for b6504ea
templates/repo/commit_page.tmpl
@@ -68,6 +68,8 @@
68
<p id="cherry-pick-content" class="branch-dropdown"></p>
69
70
<form method="get">
71
+ {{/*FIXME: CurrentRefShortName seems not making sense here (old code),
72
+ because the "commit page" has no "$.BranchName" info, so only using DefaultBranch should be enough */}}
73
{{template "repo/branch_dropdown" dict
74
"Repository" .Repository
75
"ShowTabBranches" true
0 commit comments