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.
2 parents 6b46f32 + bcd14dd commit 1d88617Copy full SHA for 1d88617
layouts/partials/tabs/wrapper.html
@@ -12,7 +12,8 @@
12
{{ range $i, $tab := $tabs }}
13
{{ $tid := printf "%s_%s" (replace (replace (index $tab "title") "#" "sharp") "." "") $id }}
14
{{ $pid := printf "panel_%s" $tid }}
15
- <input tabindex="1" type="radio" name="{{ $id }}" id="{{ $tid }}" data-lang="{{ index $tab "language" }}" class="radiotab w-0 h-0"
+ {{ $dataLang := replace (or (index $tab "language") "redis-cli") "C#" "dotnet" }}
16
+ <input tabindex="1" type="radio" name="{{ $id }}" id="{{ $tid }}" data-lang="{{ $dataLang }}" class="radiotab w-0 h-0"
17
{{ if eq $i 0 }}checked{{ end }}
18
/>
19
<label class="justify-left label ml-4 pt-3.5 px-3 pb-1 cursor-pointer text-sm text-center bg-redis-ink-900
0 commit comments