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 f4190f8 commit af4a094Copy full SHA for af4a094
templates/repo/branch_dropdown.tmpl
@@ -16,7 +16,7 @@
16
<div class="item tag {{if eq $.BranchName .}}selected{{end}}" data-url="{{$.RepoLink}}/{{if $.PageIsCommits}}commits{{else}}src{{end}}/{{EscapePound .}}{{if $.TreePath}}/{{EscapePound $.TreePath}}{{end}}">{{.}}</div>
17
{{end}}
18
</div>
19
- <div class="menu transition visible" v-if="menuVisible" v-cloak>
+ <div class="menu transition" :class="{visible: menuVisible}" v-if="menuVisible" v-cloak>
20
<div class="ui icon search input">
21
<i class="filter icon"></i>
22
<input name="search" ref="searchField" v-model="searchTerm" @keydown="keydown($event)" placeholder="{{.i18n.Tr "repo.filter_branch_and_tag"}}...">
0 commit comments