2023-04-20 04:58:26 -04:00
|
|
|
<!-- TODO: make template org and user can share -->
|
2023-05-09 01:57:24 -04:00
|
|
|
{{if or (.IsPackagesPage) (.PageIsViewProjects)}}
|
|
|
|
{{with .ContextUser}}
|
|
|
|
<div class="ui container">
|
2023-04-20 04:58:26 -04:00
|
|
|
<div class="ui vertically grid head">
|
|
|
|
<div class="column">
|
|
|
|
<div class="ui header">
|
|
|
|
{{avatar $.Context . 100}}
|
|
|
|
<span class="text thin grey"><a href="{{.HomeLink}}">{{.DisplayName}}</a></span>
|
|
|
|
<span class="org-visibility">
|
|
|
|
{{if .Visibility.IsLimited}}<div class="ui medium basic horizontal label">{{$.locale.Tr "org.settings.visibility.limited_shortname"}}</div>{{end}}
|
|
|
|
{{if .Visibility.IsPrivate}}<div class="ui medium basic horizontal label">{{$.locale.Tr "org.settings.visibility.private_shortname"}}</div>{{end}}
|
|
|
|
</span>
|
2022-03-30 04:42:47 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-04-20 04:58:26 -04:00
|
|
|
</div>
|
2023-05-09 01:57:24 -04:00
|
|
|
{{end}}
|
2023-04-20 04:58:26 -04:00
|
|
|
{{end}}
|
2022-07-31 08:32:51 -04:00
|
|
|
|
2023-04-20 04:58:26 -04:00
|
|
|
<div class="ui tabs container">
|
|
|
|
<div class="ui secondary stackable pointing menu">
|
2023-05-09 01:57:24 -04:00
|
|
|
{{if .ProfileReadme}}
|
|
|
|
<a class='{{if or (eq .TabName "overview") (and (eq .TabName "") (not .IsPackagesPage) (not .PageIsViewProjects))}}active {{end}}item' href="{{.ContextUser.HomeLink}}?tab=overview">
|
|
|
|
{{svg "octicon-info"}} {{.locale.Tr "user.overview"}}
|
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
<a class="{{if or (eq .TabName "repositories") (and (eq .TabName "") (not .IsPackagesPage) (not .PageIsViewProjects) (not .ProfileReadme))}}active {{end}} item" href="{{.ContextUser.HomeLink}}?tab=repositories">
|
2023-04-20 04:58:26 -04:00
|
|
|
{{svg "octicon-repo"}} {{.locale.Tr "user.repositories"}}
|
2023-04-22 21:32:40 -04:00
|
|
|
{{if .ContextUser.NumRepos}}
|
|
|
|
<div class="ui small label">{{.ContextUser.NumRepos}}</div>
|
|
|
|
{{end}}
|
2023-04-20 04:58:26 -04:00
|
|
|
</a>
|
|
|
|
{{if and .IsProjectEnabled (or .ContextUser.IsIndividual (and .ContextUser.IsOrganization .CanReadProjects))}}
|
|
|
|
<a href="{{.ContextUser.HomeLink}}/-/projects" class="{{if .PageIsViewProjects}}active {{end}}item">
|
|
|
|
{{svg "octicon-project-symlink"}} {{.locale.Tr "user.projects"}}
|
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
{{if and .IsPackageEnabled (or .ContextUser.IsIndividual (and .ContextUser.IsOrganization .CanReadPackages))}}
|
|
|
|
<a href="{{.ContextUser.HomeLink}}/-/packages" class="{{if .IsPackagesPage}}active {{end}}item">
|
|
|
|
{{svg "octicon-package"}} {{.locale.Tr "packages.title"}}
|
2022-03-30 04:42:47 -04:00
|
|
|
</a>
|
2023-04-20 04:58:26 -04:00
|
|
|
{{end}}
|
|
|
|
{{if and .IsRepoIndexerEnabled (or .ContextUser.IsIndividual (and .ContextUser.IsOrganization .CanReadCode))}}
|
|
|
|
<a href="{{.ContextUser.HomeLink}}/-/code" class="{{if .IsCodePage}}active {{end}}item">
|
|
|
|
{{svg "octicon-code"}} {{.locale.Tr "user.code"}}
|
2023-01-20 06:42:33 -05:00
|
|
|
</a>
|
2023-04-20 04:58:26 -04:00
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{if .ContextUser.IsOrganization}}
|
|
|
|
{{if .IsOrganizationMember}}
|
|
|
|
<a class="item" href="{{$.OrgLink}}/members">
|
|
|
|
{{svg "octicon-person"}} {{$.locale.Tr "org.members"}}
|
|
|
|
{{if .NumMembers}}
|
2023-04-22 21:32:40 -04:00
|
|
|
<div class="ui small label">{{.NumMembers}}</div>
|
2023-04-20 04:58:26 -04:00
|
|
|
{{end}}
|
2022-03-30 04:42:47 -04:00
|
|
|
</a>
|
2023-04-20 04:58:26 -04:00
|
|
|
<a class="item" href="{{$.OrgLink}}/teams">
|
|
|
|
{{svg "octicon-people"}} {{$.locale.Tr "org.teams"}}
|
|
|
|
{{if .NumTeams}}
|
2023-04-22 21:32:40 -04:00
|
|
|
<div class="ui small label">{{.NumTeams}}</div>
|
2023-04-20 04:58:26 -04:00
|
|
|
{{end}}
|
2022-10-10 19:12:03 -04:00
|
|
|
</a>
|
|
|
|
{{end}}
|
2022-07-31 08:32:51 -04:00
|
|
|
|
2023-04-20 04:58:26 -04:00
|
|
|
{{if .IsOrganizationOwner}}
|
|
|
|
<div class="right menu">
|
|
|
|
<a class="item" href="{{.OrgLink}}/settings">
|
|
|
|
{{svg "octicon-tools"}} {{.locale.Tr "repo.settings"}}
|
2022-07-31 08:32:51 -04:00
|
|
|
</a>
|
2023-04-20 04:58:26 -04:00
|
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
{{else}}
|
|
|
|
<a class='{{if eq .TabName "activity"}}active {{end}}item' href="{{.ContextUser.HomeLink}}?tab=activity">
|
|
|
|
{{svg "octicon-rss"}} {{.locale.Tr "user.activity"}}
|
|
|
|
</a>
|
|
|
|
{{if not .DisableStars}}
|
|
|
|
<a class='{{if eq .TabName "stars"}}active {{end}}item' href="{{.ContextUser.HomeLink}}?tab=stars">
|
|
|
|
{{svg "octicon-star"}} {{.locale.Tr "user.starred"}}
|
2023-04-20 13:33:30 -04:00
|
|
|
{{if .ContextUser.NumStars}}
|
2023-04-22 21:32:40 -04:00
|
|
|
<div class="ui small label">{{.ContextUser.NumStars}}</div>
|
2023-04-20 04:58:26 -04:00
|
|
|
{{end}}
|
|
|
|
</a>
|
2022-10-24 08:01:05 -04:00
|
|
|
{{else}}
|
2023-04-20 04:58:26 -04:00
|
|
|
<a class='{{if eq .TabName "watching"}}active {{end}}item' href="{{.ContextUser.HomeLink}}?tab=watching">
|
|
|
|
{{svg "octicon-eye"}} {{.locale.Tr "user.watched"}}
|
2022-10-24 08:01:05 -04:00
|
|
|
</a>
|
2022-07-31 08:32:51 -04:00
|
|
|
{{end}}
|
2023-04-20 04:58:26 -04:00
|
|
|
{{end}}
|
2022-07-31 08:32:51 -04:00
|
|
|
|
2022-03-30 04:42:47 -04:00
|
|
|
</div>
|
|
|
|
</div>
|