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 bb7a83e commit 83b61c9Copy full SHA for 83b61c9
templates/repo/create.tmpl
@@ -20,7 +20,7 @@
20
<div
21
{{$cssClass :="item truncated-item-container"}}
22
{{if not .CanCreateRepoInDoer}}
23
- {{/* use a fake menu item (disalbed-like) to prevent it form being selected */}}
+ {{/* use a fake menu item (disabled-like) to prevent it form being selected */}}
24
{{$cssClass = "tw-opacity-55 tw-py-2 tw-px-[1.14em] truncated-item-container"}}
25
data-tooltip-content="{{ctx.Locale.TrN .MaxCreationLimit "repo.form.reach_limit_of_creation_1" "repo.form.reach_limit_of_creation_n" .MaxCreationLimitOfDoer}}"
26
data-tooltip-placement="bottom-start"
0 commit comments