File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6767
6868<div class="js-branch-tag-selector {{if .ContainerClasses}}{{.ContainerClasses}}{{end}}">
6969 {{/* show dummy elements before Vue componment is mounted, this code must match the code in BranchTagSelector.vue */}}
70- <div class="ui floating filter dropdown custom">
70+ <div class="ui dropdown custom">
7171 <button class="branch-dropdown-button gt-ellipsis ui basic small compact button gt-df gt-m-0">
7272 <span class="text gt-df gt-ac gt-mr-2">
7373 {{if .release}}
Original file line number Diff line number Diff line change 11<template >
2- <div class =" ui floating filter dropdown custom" >
2+ <div class =" ui dropdown custom" >
33 <button class =" branch-dropdown-button gt-ellipsis ui basic small compact button gt-df gt-m-0" @click =" menuVisible = !menuVisible" @keyup.enter =" menuVisible = !menuVisible" >
44 <span class =" text gt-df gt-ac gt-mr-2" >
55 <template v-if =" release " >{{ textReleaseCompare }}</template >
You can’t perform that action at this time.
0 commit comments