2023-07-06 18:59:24 +00:00
|
|
|
<div class="ui secondary stackable pointing menu">
|
|
|
|
{{if .HasProfileReadme}}
|
2023-09-01 17:32:39 +00:00
|
|
|
<a class="{{if eq .TabName "overview"}}active {{end}}item" href="{{.ContextUser.HomeLink}}?tab=overview">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{svg "octicon-info"}} {{ctx.Locale.Tr "user.overview"}}
|
2023-07-06 18:59:24 +00:00
|
|
|
</a>
|
2023-05-09 05:57:24 +00:00
|
|
|
{{end}}
|
2023-07-06 18:59:24 +00:00
|
|
|
<a class="{{if eq .TabName "repositories"}}active {{end}} item" href="{{.ContextUser.HomeLink}}?tab=repositories">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{svg "octicon-repo"}} {{ctx.Locale.Tr "user.repositories"}}
|
2023-08-11 17:08:05 +00:00
|
|
|
{{if .RepoCount}}
|
|
|
|
<div class="ui small label">{{.RepoCount}}</div>
|
2023-05-09 05:57:24 +00:00
|
|
|
{{end}}
|
2023-07-06 18:59:24 +00:00
|
|
|
</a>
|
|
|
|
{{if or .ContextUser.IsIndividual (and .ContextUser.IsOrganization .CanReadProjects)}}
|
|
|
|
<a href="{{.ContextUser.HomeLink}}/-/projects" class="{{if .PageIsViewProjects}}active {{end}}item">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{svg "octicon-project-symlink"}} {{ctx.Locale.Tr "user.projects"}}
|
2023-07-06 18:59:24 +00:00
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
{{if and .IsPackageEnabled (or .ContextUser.IsIndividual (and .ContextUser.IsOrganization .CanReadPackages))}}
|
|
|
|
<a href="{{.ContextUser.HomeLink}}/-/packages" class="{{if .IsPackagesPage}}active {{end}}item">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{svg "octicon-package"}} {{ctx.Locale.Tr "packages.title"}}
|
2023-04-20 08:58:26 +00:00
|
|
|
</a>
|
2023-07-06 18:59:24 +00:00
|
|
|
{{end}}
|
|
|
|
{{if and .IsRepoIndexerEnabled (or .ContextUser.IsIndividual (and .ContextUser.IsOrganization .CanReadCode))}}
|
|
|
|
<a href="{{.ContextUser.HomeLink}}/-/code" class="{{if .IsCodePage}}active {{end}}item">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{svg "octicon-code"}} {{ctx.Locale.Tr "user.code"}}
|
2023-04-20 08:58:26 +00:00
|
|
|
</a>
|
2023-07-06 18:59:24 +00:00
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{if .ContextUser.IsOrganization}}
|
|
|
|
{{if .IsOrganizationMember}}
|
|
|
|
<a class="item" href="{{$.OrgLink}}/members">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{svg "octicon-person"}} {{ctx.Locale.Tr "org.members"}}
|
2023-07-06 18:59:24 +00:00
|
|
|
{{if .NumMembers}}
|
|
|
|
<div class="ui small label">{{.NumMembers}}</div>
|
|
|
|
{{end}}
|
2022-03-30 08:42:47 +00:00
|
|
|
</a>
|
2023-07-06 18:59:24 +00:00
|
|
|
<a class="item" href="{{$.OrgLink}}/teams">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{svg "octicon-people"}} {{ctx.Locale.Tr "org.teams"}}
|
2023-07-06 18:59:24 +00:00
|
|
|
{{if .NumTeams}}
|
|
|
|
<div class="ui small label">{{.NumTeams}}</div>
|
|
|
|
{{end}}
|
2023-01-20 11:42:33 +00:00
|
|
|
</a>
|
2023-04-20 08:58:26 +00:00
|
|
|
{{end}}
|
|
|
|
|
2023-07-06 18:59:24 +00:00
|
|
|
{{if .IsOrganizationOwner}}
|
|
|
|
<div class="right menu">
|
|
|
|
<a class="item" href="{{.OrgLink}}/settings">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{svg "octicon-tools"}} {{ctx.Locale.Tr "repo.settings"}}
|
2022-10-10 23:12:03 +00:00
|
|
|
</a>
|
2023-07-06 18:59:24 +00:00
|
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
{{else}}
|
2023-09-01 17:32:39 +00:00
|
|
|
<a class="{{if eq .TabName "activity"}}active {{end}}item" href="{{.ContextUser.HomeLink}}?tab=activity">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{svg "octicon-rss"}} {{ctx.Locale.Tr "user.activity"}}
|
2023-07-06 18:59:24 +00:00
|
|
|
</a>
|
|
|
|
{{if not .DisableStars}}
|
2023-09-01 17:32:39 +00:00
|
|
|
<a class="{{if eq .TabName "stars"}}active {{end}}item" href="{{.ContextUser.HomeLink}}?tab=stars">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{svg "octicon-star"}} {{ctx.Locale.Tr "user.starred"}}
|
2023-07-06 18:59:24 +00:00
|
|
|
{{if .ContextUser.NumStars}}
|
|
|
|
<div class="ui small label">{{.ContextUser.NumStars}}</div>
|
|
|
|
{{end}}
|
|
|
|
</a>
|
2023-04-20 08:58:26 +00:00
|
|
|
{{else}}
|
2023-09-01 17:32:39 +00:00
|
|
|
<a class="{{if eq .TabName "watching"}}active {{end}}item" href="{{.ContextUser.HomeLink}}?tab=watching">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{svg "octicon-eye"}} {{ctx.Locale.Tr "user.watched"}}
|
2023-04-20 08:58:26 +00:00
|
|
|
</a>
|
|
|
|
{{end}}
|
2023-07-06 18:59:24 +00:00
|
|
|
{{end}}
|
2022-03-30 08:42:47 +00:00
|
|
|
</div>
|