File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 17
17
{{if .Owner.FullName}}<span class="header text center">{{.Owner.FullName}}</span>{{end}}
18
18
<span class="username text center">{{.Owner.Name}}</span>
19
19
<a href="{{.Owner.HomeLink}}.rss"><i class="ui grey icon tooltip ml-3" data-content="{{.i18n.Tr "rss_feed"}}" data-position="bottom center">{{svg "octicon-rss" 18}}</i></a>
20
+ <a class="muted" href="{{.Owner.HomeLink}}?tab=followers">{{svg "octicon-person" 18 "mr-2"}}{{.Owner.NumFollowers}} {{.i18n.Tr "user.followers"}}</a> · <a class="muted" href="{{.Owner.HomeLink}}?tab=following">{{.Owner.NumFollowing}} {{.i18n.Tr "user.following"}}</a>
20
21
</div>
21
22
<div class="extra content word-break">
22
23
<ul>
108
109
{{svg "octicon-eye"}} {{.i18n.Tr "user.watched"}}
109
110
</a>
110
111
{{end}}
111
- <a class='{{if eq .TabName "following"}}active{{end}} item' href="{{.Owner.HomeLink}}?tab=following">
112
- {{svg "octicon-person"}} {{.i18n.Tr "user.following"}}
113
- {{if .Owner.NumFollowing}}
114
- <div class="ui primary label">{{.Owner.NumFollowing}}</div>
115
- {{end}}
116
- </a>
117
- <a class='{{if eq .TabName "followers"}}active{{end}} item' href="{{.Owner.HomeLink}}?tab=followers">
118
- {{svg "octicon-person"}} {{.i18n.Tr "user.followers"}}
119
- {{if .Owner.NumFollowers}}
120
- <div class="ui primary label">{{.Owner.NumFollowers}}</div>
121
- {{end}}
122
- </a>
123
112
</div>
124
113
125
114
{{if eq .TabName "activity"}}
You can’t perform that action at this time.
0 commit comments