File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 17
17
<span class="text truncated-item-name"></span>
18
18
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
19
19
<div class="menu">
20
- <div class="item truncated-item-container" data-value="{{.SignedUser.ID}}" title="{{.Name}}"
20
+ <div class="item truncated-item-container" data-value="{{.SignedUser.ID}}" title="{{.SignedUser. Name}}"
21
21
{{if not .CanCreateRepoInDoer}}
22
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
23
{{end}}
24
+ data-create-repo-disallowed-prompt="{{ctx.Locale.TrN .MaxCreationLimit "repo.form.reach_limit_of_creation_1" "repo.form.reach_limit_of_creation_n" .MaxCreationLimitOfDoer}}"
24
25
>
25
26
{{ctx.AvatarUtils.Avatar .SignedUser 28 "mini"}}
26
27
<span class="truncated-item-name">{{.SignedUser.ShortName 40}}</span>
You can’t perform that action at this time.
0 commit comments