File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
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
- data-create-repo-disallowed-prompt="{{ctx.Locale.TrN .MaxCreationLimit "repo.form.reach_limit_of_creation_1" "repo.form.reach_limit_of_creation_n" .MaxCreationLimitOfDoer}}"
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
24
>
25
25
{{ctx.AvatarUtils.Avatar .SignedUser 28 "mini"}}
You can’t perform that action at this time.
0 commit comments