File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 5656 </a>
5757 </div>
5858 {{end}}
59+ {{else}}
60+ <a class='{{if eq .TabName "activity"}}active {{end}}item' href="{{.ContextUser.HomeLink}}?tab=activity">
61+ {{svg "octicon-rss"}} {{.locale.Tr "user.activity"}}
62+ </a>
63+ {{if not .DisableStars}}
64+ <a class='{{if eq .TabName "stars"}}active {{end}}item' href="{{.ContextUser.HomeLink}}?tab=stars">
65+ {{svg "octicon-star"}} {{.locale.Tr "user.starred"}}
66+ {{if .Owner.NumStars}}
67+ <div class="ui primary label">{{.Owner.NumStars}}</div>
68+ {{end}}
69+ </a>
70+ {{else}}
71+ <a class='{{if eq .TabName "watching"}}active {{end}}item' href="{{.ContextUser.HomeLink}}?tab=watching">
72+ {{svg "octicon-eye"}} {{.locale.Tr "user.watched"}}
73+ </a>
74+ {{end}}
5975 {{end}}
6076
6177 </div>
You can’t perform that action at this time.
0 commit comments