Skip to content

Commit 44a9d72

Browse files
committed
Don't use old helpers
1 parent 941a921 commit 44a9d72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/repo/settings/branches.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<input type="hidden" name="branch" value="{{.Repository.DefaultBranch}}">
1919
{{if not .Repository.IsEmpty}}
2020
{{template "repo/branch_dropdown" dict "root" .
21-
"ContainerClasses" "tw-w-96 gt-mr-4"
21+
"ContainerClasses" "tw-w-96 tw-mr-4"
2222
"branchForm" "js-default-branch"
2323
"noTag" true
2424
}}

web_src/js/components/RepoBranchTagSelector.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ export function initRepoBranchTagSelector(selector) {
246246
export default sfc; // activate IDE's Vue plugin
247247
</script>
248248
<template>
249-
<div class="ui dropdown custom gt-w-full gt-h-full">
250-
<button type="button" class="branch-dropdown-button gt-ellipsis ui basic small compact button gt-df gt-sb gt-m-0 gt-w-full gt-h-full" @click="menuVisible = !menuVisible" @keyup.enter="menuVisible = !menuVisible">
249+
<div class="ui dropdown custom tw-w-full tw-h-full">
250+
<button type="button" class="branch-dropdown-button gt-ellipsis ui basic small compact button gt-df gt-sb gt-m-0 tw-w-full tw-h-full" @click="menuVisible = !menuVisible" @keyup.enter="menuVisible = !menuVisible">
251251
<span class="text gt-df gt-ac gt-mr-2 gt-ellipsis">
252252
<template v-if="release">{{ textReleaseCompare }}</template>
253253
<template v-else>

0 commit comments

Comments
 (0)