2019-02-09 15:07:38 +00:00
|
|
|
<div class="dashboard-navbar">
|
2017-12-31 00:47:52 +00:00
|
|
|
<div class="ui secondary stackable menu">
|
|
|
|
<div class="item">
|
|
|
|
<div class="ui floating dropdown link jump">
|
2021-02-12 01:29:07 +00:00
|
|
|
<span class="text truncated-item-container">
|
2020-12-03 18:46:11 +00:00
|
|
|
{{avatar .ContextUser}}
|
2021-02-12 01:29:07 +00:00
|
|
|
<span class="truncated-item-name">{{.ContextUser.ShortName 40}}</span>
|
2020-10-06 06:25:43 +00:00
|
|
|
{{if .ContextUser.IsOrganization}}
|
|
|
|
<span class="org-visibility">
|
|
|
|
{{if .ContextUser.Visibility.IsLimited}}<div class="ui orange tiny horizontal label">{{.i18n.Tr "org.settings.visibility.limited_shortname"}}</div>{{end}}
|
|
|
|
{{if .ContextUser.Visibility.IsPrivate}}<div class="ui red tiny horizontal label">{{.i18n.Tr "org.settings.visibility.private_shortname"}}</div>{{end}}
|
|
|
|
</span>
|
|
|
|
{{end}}
|
2020-10-31 22:15:11 +00:00
|
|
|
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
2017-12-31 00:47:52 +00:00
|
|
|
</span>
|
|
|
|
<div class="context user overflow menu" tabindex="-1">
|
|
|
|
<div class="ui header">
|
|
|
|
{{.i18n.Tr "home.switch_dashboard_context"}}
|
|
|
|
</div>
|
2019-03-05 03:13:51 +00:00
|
|
|
<div class="scrolling menu items">
|
2021-02-12 01:29:07 +00:00
|
|
|
<a class="{{if eq .ContextUser.ID .SignedUser.ID}}active selected{{end}} item truncated-item-container" href="{{AppSubUrl}}/{{if .PageIsIssues}}issues{{else if .PageIsPulls}}pulls{{else if .PageIsMilestonesDashboard}}milestones{{end}}">
|
2020-12-03 18:46:11 +00:00
|
|
|
{{avatar .SignedUser}}
|
2021-02-12 01:29:07 +00:00
|
|
|
<span class="truncated-item-name">{{.SignedUser.ShortName 40}}</span>
|
2017-12-31 00:47:52 +00:00
|
|
|
</a>
|
|
|
|
{{range .Orgs}}
|
2021-04-30 17:25:13 +00:00
|
|
|
<a class="{{if eq $.ContextUser.ID .ID}}active selected{{end}} item truncated-item-container" title="{{.Name}}" href="{{.OrganisationLink}}/{{if $.PageIsIssues}}issues{{else if $.PageIsPulls}}pulls{{else if $.PageIsMilestonesDashboard}}milestones{{else}}dashboard{{end}}">
|
2020-12-03 18:46:11 +00:00
|
|
|
{{avatar .}}
|
2021-02-12 01:29:07 +00:00
|
|
|
<span class="truncated-item-name">{{.ShortName 40}}</span>
|
2020-10-06 06:25:43 +00:00
|
|
|
<span class="org-visibility">
|
|
|
|
{{if .Visibility.IsLimited}}<div class="ui orange tiny horizontal label">{{$.i18n.Tr "org.settings.visibility.limited_shortname"}}</div>{{end}}
|
|
|
|
{{if .Visibility.IsPrivate}}<div class="ui red tiny horizontal label">{{$.i18n.Tr "org.settings.visibility.private_shortname"}}</div>{{end}}
|
|
|
|
</span>
|
2017-12-31 00:47:52 +00:00
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
2018-08-12 17:16:10 +00:00
|
|
|
{{if .SignedUser.CanCreateOrganization}}
|
2017-12-31 00:47:52 +00:00
|
|
|
<a class="item" href="{{AppSubUrl}}/org/create">
|
2020-09-11 20:19:00 +00:00
|
|
|
{{svg "octicon-plus"}} {{.i18n.Tr "new_org"}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</a>
|
2018-08-12 17:16:10 +00:00
|
|
|
{{end}}
|
2017-12-31 00:47:52 +00:00
|
|
|
</div>
|
2015-12-07 22:30:52 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-12-31 00:47:52 +00:00
|
|
|
{{if .ContextUser.IsOrganization}}
|
2021-03-17 22:45:16 +00:00
|
|
|
<div class="item">
|
|
|
|
<div class="ui floating dropdown link jump">
|
|
|
|
<span class="text">
|
|
|
|
{{svg "octicon-people" 18}}
|
|
|
|
{{if .Team}}
|
|
|
|
{{.Team.Name}}
|
|
|
|
{{else}}
|
|
|
|
{{.i18n.Tr "org.teams"}}
|
|
|
|
{{end}}
|
|
|
|
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
|
|
|
</span>
|
|
|
|
<div class="context user overflow menu" tabindex="-1">
|
|
|
|
<div class="ui header">
|
|
|
|
{{.i18n.Tr "home.filter_by_team_repositories"}}
|
|
|
|
</div>
|
|
|
|
<div class="scrolling menu items">
|
2021-04-30 17:25:13 +00:00
|
|
|
<a class="{{if not $.Team}}active selected{{end}} item" title="{{.i18n.Tr "all"}}" href="{{$.Org.OrganisationLink}}/{{if $.PageIsIssues}}issues{{else if $.PageIsPulls}}pulls{{else if $.PageIsMilestonesDashboard}}milestones{{else}}dashboard{{end}}">
|
2021-03-17 22:45:16 +00:00
|
|
|
{{.i18n.Tr "all"}}
|
|
|
|
</a>
|
2021-11-20 03:13:24 +00:00
|
|
|
{{range .OrgTeams}}
|
2021-03-17 22:45:16 +00:00
|
|
|
{{if not .IncludesAllRepositories}}
|
2021-04-30 17:25:13 +00:00
|
|
|
<a class="{{if $.Team}}{{if eq $.Team.ID .ID}}active selected{{end}}{{end}} item" title="{{.Name}}" href="{{$.Org.OrganisationLink}}/{{if $.PageIsIssues}}issues{{else if $.PageIsPulls}}pulls{{else if $.PageIsMilestonesDashboard}}milestones{{else}}dashboard{{end}}/{{.Name}}">
|
2021-03-17 22:45:16 +00:00
|
|
|
{{.Name}}
|
|
|
|
</a>
|
2020-12-27 19:58:03 +00:00
|
|
|
{{end}}
|
2021-03-17 22:45:16 +00:00
|
|
|
{{end}}
|
2020-12-27 19:58:03 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-03-26 21:15:13 +00:00
|
|
|
</div>
|
2017-12-31 00:47:52 +00:00
|
|
|
{{end}}
|
2021-03-17 22:45:16 +00:00
|
|
|
|
|
|
|
{{if .ContextUser.IsOrganization}}
|
|
|
|
<div class="right stackable menu">
|
2021-11-16 18:18:25 +00:00
|
|
|
<a class="{{if .PageIsNews}}active{{end}} item" style="margin-left: auto" href="{{.ContextUser.DashboardLink}}{{if .Team}}/{{PathEscape .Team.Name}}{{end}}">
|
2021-03-17 22:45:16 +00:00
|
|
|
{{svg "octicon-rss"}} {{.i18n.Tr "activities"}}
|
|
|
|
</a>
|
|
|
|
{{if not .UnitIssuesGlobalDisabled}}
|
2021-11-16 18:18:25 +00:00
|
|
|
<a class="{{if .PageIsIssues}}active{{end}} item" href="{{.ContextUser.OrganisationLink}}/issues{{if .Team}}/{{PathEscape .Team.Name}}{{end}}">
|
2021-03-17 22:45:16 +00:00
|
|
|
{{svg "octicon-issue-opened"}} {{.i18n.Tr "issues"}}
|
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
{{if not .UnitPullsGlobalDisabled}}
|
2021-11-20 03:13:24 +00:00
|
|
|
<a class="{{if .PageIsPulls}}active{{end}} item" href="{{.ContextUser.OrganisationLink}}/pulls{{if .Team}}/{{PathEscape .Team.Name}}{{end}}">
|
2021-03-17 22:45:16 +00:00
|
|
|
{{svg "octicon-git-pull-request"}} {{.i18n.Tr "pull_requests"}}
|
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
{{if and .ShowMilestonesDashboardPage (not (and .UnitIssuesGlobalDisabled .UnitPullsGlobalDisabled))}}
|
2021-11-16 18:18:25 +00:00
|
|
|
<a class="{{if .PageIsMilestonesDashboard}}active{{end}} item" href="{{.ContextUser.OrganisationLink}}/milestones{{if .Team}}/{{PathEscape .Team.Name}}{{end}}">
|
2021-03-17 22:45:16 +00:00
|
|
|
{{svg "octicon-milestone"}} {{.i18n.Tr "milestones"}}
|
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
<div class="item">
|
|
|
|
<a class="ui blue basic button" href="{{.ContextUser.HomeLink}}" title='{{.i18n.Tr "home.view_home" .ContextUser.Name}}'>
|
|
|
|
{{.i18n.Tr "home.view_home" (.ContextUser.ShortName 40)}}
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{end}}
|
2021-03-26 21:15:13 +00:00
|
|
|
</div>
|
2015-08-25 14:58:34 +00:00
|
|
|
</div>
|
2015-12-07 22:30:52 +00:00
|
|
|
<div class="ui divider"></div>
|