We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fbced commit bd78809Copy full SHA for bd78809
templates/repo/create.tmpl
@@ -17,7 +17,7 @@
17
<span class="text truncated-item-name"></span>
18
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
19
<div class="menu">
20
- <div class="item truncated-item-container" data-value="{{.SignedUser.ID}}" title="{{.Name}}"
+ <div class="item truncated-item-container" data-value="{{.SignedUser.ID}}" title="{{.SignedUser.Name}}"
21
{{if not .CanCreateRepoInDoer}}
22
data-create-repo-disallowed-prompt="{{ctx.Locale.TrN .MaxCreationLimit "repo.form.reach_limit_of_creation_1" "repo.form.reach_limit_of_creation_n" .MaxCreationLimitOfDoer}}"
23
{{end}}
0 commit comments