File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,18 @@ Search "repo/branch_dropdown" in the template directory to find all occurrences.
4747>
4848 {{/* show dummy elements before Vue componment is mounted, this code must match the code in BranchTagSelector.vue */}}
4949 <div class="ui dropdown custom branch-selector-dropdown ellipsis-text-items">
50- <div class="ui button branch-dropdown-button">
50+ <div class="ui compact button branch-dropdown-button">
5151 <span class="flex-text-block gt-ellipsis">
52- {{if not .DropdownFixedText}}
52+ {{if .DropdownFixedText}}
53+ {{.DropdownFixedText}}
54+ {{else}}
5355 {{if .ShowTabTags}}
5456 {{svg "octicon-tag"}}
5557 {{else if .ShowTabBranches}}
5658 {{svg "octicon-git-branch"}}
5759 {{end}}
60+ <strong class="tw-inline-block gt-ellipsis">{{.SelectedRefShortName}}</strong>
5861 {{end}}
59- <strong class="tw-ml-2 tw-inline-block gt-ellipsis">{{Iif .DropdownFixedText .SelectedRefShortName}}</strong>
6062 </span>
6163 {{svg "octicon-triangle-down" 14 "dropdown icon"}}
6264 </div>
You can’t perform that action at this time.
0 commit comments