2023-09-25 10:56:50 +02:00
|
|
|
<nav id="navbar" aria-label="{{ctx.Locale.Tr "aria.navbar"}}">
|
2024-06-12 16:58:03 +02:00
|
|
|
<div class="navbar-left">
|
2023-06-09 11:10:51 +02:00
|
|
|
<!-- the logo -->
|
2025-12-19 09:50:48 -08:00
|
|
|
<a class="item" id="navbar-logo" href="{{AppSubUrl}}/" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home_title"}}{{end}}">
|
2023-09-25 10:56:50 +02:00
|
|
|
<img width="30" height="30" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{ctx.Locale.Tr "logo"}}" aria-hidden="true">
|
2018-09-07 04:59:06 +02:00
|
|
|
</a>
|
2023-06-09 11:10:51 +02:00
|
|
|
|
|
|
|
|
<!-- mobile right menu, it must be here because in mobile view, each item is a flex column, the first item is a full row column -->
|
2024-12-21 00:38:56 +08:00
|
|
|
<div class="ui secondary menu navbar-mobile-right only-mobile">
|
2025-07-04 19:03:22 +08:00
|
|
|
{{template "base/head_navbar_icons" dict "PageGlobalData" .PageGlobalData}}
|
2024-12-21 00:38:56 +08:00
|
|
|
<button class="item ui icon mini button tw-m-0" id="navbar-expand-toggle" aria-label="{{ctx.Locale.Tr "home.nav_menu"}}">{{svg "octicon-three-bars"}}</button>
|
2018-09-07 04:59:06 +02:00
|
|
|
</div>
|
|
|
|
|
|
2023-06-20 22:35:25 +02:00
|
|
|
<!-- navbar links non-mobile -->
|
|
|
|
|
{{if and .IsSigned .MustChangePassword}}
|
|
|
|
|
{{/* No links */}}
|
|
|
|
|
{{else if .IsSigned}}
|
2024-06-18 08:51:13 +08:00
|
|
|
{{if not ctx.Consts.RepoUnitTypeIssues.UnitGlobalDisabled}}
|
2023-09-25 10:56:50 +02:00
|
|
|
<a class="item{{if .PageIsIssues}} active{{end}}" href="{{AppSubUrl}}/issues">{{ctx.Locale.Tr "issues"}}</a>
|
2023-06-20 22:35:25 +02:00
|
|
|
{{end}}
|
2024-06-18 08:51:13 +08:00
|
|
|
{{if not ctx.Consts.RepoUnitTypePullRequests.UnitGlobalDisabled}}
|
2023-09-25 10:56:50 +02:00
|
|
|
<a class="item{{if .PageIsPulls}} active{{end}}" href="{{AppSubUrl}}/pulls">{{ctx.Locale.Tr "pull_requests"}}</a>
|
2023-06-20 22:35:25 +02:00
|
|
|
{{end}}
|
2024-06-18 08:51:13 +08:00
|
|
|
{{if not (and ctx.Consts.RepoUnitTypeIssues.UnitGlobalDisabled ctx.Consts.RepoUnitTypePullRequests.UnitGlobalDisabled)}}
|
2023-06-20 22:35:25 +02:00
|
|
|
{{if .ShowMilestonesDashboardPage}}
|
2023-09-25 10:56:50 +02:00
|
|
|
<a class="item{{if .PageIsMilestonesDashboard}} active{{end}}" href="{{AppSubUrl}}/milestones">{{ctx.Locale.Tr "milestones"}}</a>
|
2023-06-20 22:35:25 +02:00
|
|
|
{{end}}
|
2023-06-09 11:10:51 +02:00
|
|
|
{{end}}
|
2025-12-19 09:50:48 -08:00
|
|
|
<a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore/repos">{{ctx.Locale.Tr "explore_title"}}</a>
|
2023-06-20 22:35:25 +02:00
|
|
|
{{else if .IsLandingPageOrganizations}}
|
2025-12-19 09:50:48 -08:00
|
|
|
<a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore/organizations">{{ctx.Locale.Tr "explore_title"}}</a>
|
2023-06-20 22:35:25 +02:00
|
|
|
{{else}}
|
2025-12-19 09:50:48 -08:00
|
|
|
<a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore/repos">{{ctx.Locale.Tr "explore_title"}}</a>
|
2020-01-17 08:34:37 +01:00
|
|
|
{{end}}
|
2018-09-07 04:59:06 +02:00
|
|
|
|
2023-06-20 22:35:25 +02:00
|
|
|
{{template "custom/extra_links" .}}
|
2018-09-07 04:59:06 +02:00
|
|
|
|
2023-06-20 22:35:25 +02:00
|
|
|
{{if not .IsSigned}}
|
2026-01-03 11:43:04 +08:00
|
|
|
<a class="item" target="_blank" href="https://docs.gitea.com">{{ctx.Locale.Tr "help"}}</a>
|
2023-06-20 22:35:25 +02:00
|
|
|
{{end}}
|
|
|
|
|
</div>
|
2020-05-26 23:39:39 +01:00
|
|
|
|
2023-06-09 11:10:51 +02:00
|
|
|
<!-- the full dropdown menus -->
|
2024-06-12 16:58:03 +02:00
|
|
|
<div class="navbar-right">
|
2023-06-09 11:10:51 +02:00
|
|
|
{{if and .IsSigned .MustChangePassword}}
|
2023-09-25 10:56:50 +02:00
|
|
|
<div class="ui dropdown jump item" data-tooltip-content="{{ctx.Locale.Tr "user_profile_and_more"}}">
|
2024-12-21 00:38:56 +08:00
|
|
|
<span class="text">
|
2024-03-24 17:42:49 +01:00
|
|
|
{{ctx.AvatarUtils.Avatar .SignedUser 24 "tw-mr-1"}}
|
2024-12-21 00:38:56 +08:00
|
|
|
<span class="only-mobile">{{.SignedUser.Name}}</span>
|
2026-03-31 10:03:52 +08:00
|
|
|
<span class="not-mobile flex-text-block">{{svg "octicon-triangle-down"}}</span>
|
2020-05-26 23:39:39 +01:00
|
|
|
</span>
|
2023-06-09 11:10:51 +02:00
|
|
|
<div class="menu user-menu">
|
2025-01-06 05:20:22 +08:00
|
|
|
<div class="header">
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "signed_in_as"}} <strong>{{.SignedUser.Name}}</strong>
|
2020-05-26 23:39:39 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="divider"></div>
|
2026-03-01 07:28:26 +01:00
|
|
|
<a class="item" href="{{AppSubUrl}}/user/logout">
|
2020-09-11 22:19:00 +02:00
|
|
|
{{svg "octicon-sign-out"}}
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "sign_out"}}
|
2020-05-26 23:39:39 +01:00
|
|
|
</a>
|
|
|
|
|
</div><!-- end content avatar menu -->
|
|
|
|
|
</div><!-- end dropdown avatar menu -->
|
2023-06-09 11:10:51 +02:00
|
|
|
{{else if .IsSigned}}
|
2025-07-04 19:03:22 +08:00
|
|
|
{{template "base/head_navbar_icons" dict "ItemExtraClass" "not-mobile" "PageGlobalData" .PageGlobalData}}
|
2024-12-21 00:38:56 +08:00
|
|
|
<div class="ui dropdown jump item" data-tooltip-content="{{ctx.Locale.Tr "create_new"}}">
|
2026-03-31 10:03:52 +08:00
|
|
|
<span class="flex-text-block">
|
2023-06-09 11:10:51 +02:00
|
|
|
{{svg "octicon-plus"}}
|
2026-03-31 10:03:52 +08:00
|
|
|
<span class="not-mobile flex-text-block">{{svg "octicon-triangle-down"}}</span>
|
2024-03-22 01:04:03 +08:00
|
|
|
<span class="only-mobile">{{ctx.Locale.Tr "create_new"}}</span>
|
2018-09-07 04:59:06 +02:00
|
|
|
</span>
|
2024-06-12 16:58:03 +02:00
|
|
|
<div class="menu">
|
2018-09-07 04:59:06 +02:00
|
|
|
<a class="item" href="{{AppSubUrl}}/repo/create">
|
2023-09-25 10:56:50 +02:00
|
|
|
{{svg "octicon-plus"}} {{ctx.Locale.Tr "new_repo"}}
|
2018-09-07 04:59:06 +02:00
|
|
|
</a>
|
2020-12-21 15:39:41 +01:00
|
|
|
{{if not .DisableMigrations}}
|
|
|
|
|
<a class="item" href="{{AppSubUrl}}/repo/migrate">
|
2023-09-25 10:56:50 +02:00
|
|
|
{{svg "octicon-repo-push"}} {{ctx.Locale.Tr "new_migrate"}}
|
2020-12-21 15:39:41 +01:00
|
|
|
</a>
|
|
|
|
|
{{end}}
|
2018-09-07 04:59:06 +02:00
|
|
|
{{if .SignedUser.CanCreateOrganization}}
|
|
|
|
|
<a class="item" href="{{AppSubUrl}}/org/create">
|
2023-09-25 10:56:50 +02:00
|
|
|
{{svg "octicon-organization"}} {{ctx.Locale.Tr "new_org"}}
|
2018-09-07 04:59:06 +02:00
|
|
|
</a>
|
|
|
|
|
{{end}}
|
|
|
|
|
</div><!-- end content create new menu -->
|
|
|
|
|
</div><!-- end dropdown menu create new -->
|
|
|
|
|
|
2024-12-21 00:38:56 +08:00
|
|
|
<div class="ui dropdown jump item" data-tooltip-content="{{ctx.Locale.Tr "user_profile_and_more"}}">
|
2026-03-01 21:48:47 +01:00
|
|
|
<span class="text tw-flex tw-items-center">
|
|
|
|
|
<span class="navbar-avatar">
|
|
|
|
|
{{ctx.AvatarUtils.Avatar .SignedUser 24 "tw-mr-2"}}
|
|
|
|
|
{{if .IsAdmin}}{{svg "octicon-shield-check" 16 "navbar-admin-badge"}}{{end}}
|
|
|
|
|
</span>
|
2024-12-21 00:38:56 +08:00
|
|
|
<span class="only-mobile">{{.SignedUser.Name}}</span>
|
2026-03-31 10:03:52 +08:00
|
|
|
<span class="not-mobile flex-text-block">{{svg "octicon-triangle-down"}}</span>
|
2018-09-07 04:59:06 +02:00
|
|
|
</span>
|
2023-06-09 11:10:51 +02:00
|
|
|
<div class="menu user-menu">
|
2025-01-06 05:20:22 +08:00
|
|
|
<div class="header">
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "signed_in_as"}} <strong>{{.SignedUser.Name}}</strong>
|
2018-09-07 04:59:06 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="divider"></div>
|
2021-11-16 18:18:25 +00:00
|
|
|
<a class="item" href="{{.SignedUser.HomeLink}}">
|
2020-09-11 22:19:00 +02:00
|
|
|
{{svg "octicon-person"}}
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "your_profile"}}
|
2018-09-07 04:59:06 +02:00
|
|
|
</a>
|
2021-04-15 10:53:57 -06:00
|
|
|
{{if not .DisableStars}}
|
2021-11-16 18:18:25 +00:00
|
|
|
<a class="item" href="{{.SignedUser.HomeLink}}?tab=stars">
|
2021-04-15 10:53:57 -06:00
|
|
|
{{svg "octicon-star"}}
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "your_starred"}}
|
2021-04-15 10:53:57 -06:00
|
|
|
</a>
|
|
|
|
|
{{end}}
|
2022-09-29 21:09:14 +02:00
|
|
|
<a class="item" href="{{AppSubUrl}}/notifications/subscriptions">
|
|
|
|
|
{{svg "octicon-bell"}}
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "notification.subscriptions"}}
|
2022-09-29 21:09:14 +02:00
|
|
|
</a>
|
2022-12-09 21:34:51 +08:00
|
|
|
<a class="{{if .PageIsUserSettings}}active {{end}}item" href="{{AppSubUrl}}/user/settings">
|
2020-09-11 22:19:00 +02:00
|
|
|
{{svg "octicon-tools"}}
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "your_settings"}}
|
2018-09-07 04:59:06 +02:00
|
|
|
</a>
|
2026-01-03 11:43:04 +08:00
|
|
|
<a class="item" target="_blank" href="https://docs.gitea.com">
|
2020-09-11 22:19:00 +02:00
|
|
|
{{svg "octicon-question"}}
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "help"}}
|
2018-09-07 04:59:06 +02:00
|
|
|
</a>
|
2025-11-24 04:29:58 +08:00
|
|
|
{{if .IsAdmin}}
|
|
|
|
|
<div class="divider"></div>
|
|
|
|
|
<a class="{{if .PageIsAdmin}}active {{end}}item" href="{{AppSubUrl}}/-/admin">
|
|
|
|
|
{{svg "octicon-server"}}
|
|
|
|
|
{{ctx.Locale.Tr "admin_panel"}}
|
|
|
|
|
</a>
|
|
|
|
|
{{end}}
|
2018-09-07 04:59:06 +02:00
|
|
|
<div class="divider"></div>
|
2026-03-01 07:28:26 +01:00
|
|
|
<a class="item" href="{{AppSubUrl}}/user/logout">
|
2020-09-11 22:19:00 +02:00
|
|
|
{{svg "octicon-sign-out"}}
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "sign_out"}}
|
2018-09-07 04:59:06 +02:00
|
|
|
</a>
|
|
|
|
|
</div><!-- end content avatar menu -->
|
|
|
|
|
</div><!-- end dropdown avatar menu -->
|
2023-06-09 11:10:51 +02:00
|
|
|
{{else}}
|
2018-09-07 04:59:06 +02:00
|
|
|
{{if .ShowRegistrationButton}}
|
|
|
|
|
<a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/user/sign_up">
|
2025-02-16 11:27:31 +00:00
|
|
|
{{svg "octicon-person"}}
|
|
|
|
|
<span class="tw-ml-1">{{ctx.Locale.Tr "register"}}</span>
|
2018-09-07 04:59:06 +02:00
|
|
|
</a>
|
|
|
|
|
{{end}}
|
2026-01-03 11:43:04 +08:00
|
|
|
<a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow" href="{{AppSubUrl}}/user/login">
|
2025-02-16 11:27:31 +00:00
|
|
|
{{svg "octicon-sign-in"}}
|
|
|
|
|
<span class="tw-ml-1">{{ctx.Locale.Tr "sign_in"}}</span>
|
2018-09-07 04:59:06 +02:00
|
|
|
</a>
|
2023-06-09 11:10:51 +02:00
|
|
|
{{end}}
|
|
|
|
|
</div><!-- end full right menu -->
|
2024-04-30 16:52:46 +02:00
|
|
|
|
2025-07-04 19:03:22 +08:00
|
|
|
{{$activeStopwatch := and .PageGlobalData (call .PageGlobalData.GetActiveStopwatch)}}
|
2025-03-25 14:17:58 +08:00
|
|
|
{{if $activeStopwatch}}
|
2024-04-30 16:52:46 +02:00
|
|
|
<div class="active-stopwatch-popup tippy-target">
|
2026-02-28 21:03:25 +08:00
|
|
|
<div class="flex-text-block tw-p-3">
|
|
|
|
|
<a class="stopwatch-link flex-text-block muted" href="{{$activeStopwatch.IssueLink}}">
|
2024-04-30 16:52:46 +02:00
|
|
|
{{svg "octicon-issue-opened" 16}}
|
2025-03-25 14:17:58 +08:00
|
|
|
<span class="stopwatch-issue">{{$activeStopwatch.RepoSlug}}#{{$activeStopwatch.IssueIndex}}</span>
|
2024-04-30 16:52:46 +02:00
|
|
|
</a>
|
|
|
|
|
<div class="tw-flex tw-gap-1">
|
2025-06-25 08:22:58 +09:00
|
|
|
<form class="stopwatch-commit form-fetch-action" method="post" action="{{$activeStopwatch.IssueLink}}/times/stopwatch/stop">
|
2024-04-30 16:52:46 +02:00
|
|
|
<button
|
|
|
|
|
type="submit"
|
|
|
|
|
class="ui button mini compact basic icon tw-mr-0"
|
|
|
|
|
data-tooltip-content="{{ctx.Locale.Tr "repo.issues.stop_tracking"}}"
|
|
|
|
|
>{{svg "octicon-square-fill"}}</button>
|
|
|
|
|
</form>
|
2025-03-25 14:17:58 +08:00
|
|
|
<form class="stopwatch-cancel form-fetch-action" method="post" action="{{$activeStopwatch.IssueLink}}/times/stopwatch/cancel">
|
2024-04-30 16:52:46 +02:00
|
|
|
<button
|
|
|
|
|
type="submit"
|
|
|
|
|
class="ui button mini compact basic icon tw-mr-0"
|
|
|
|
|
data-tooltip-content="{{ctx.Locale.Tr "repo.issues.cancel_tracking"}}"
|
|
|
|
|
>{{svg "octicon-trash"}}</button>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{end}}
|
2023-03-17 04:52:44 +01:00
|
|
|
</nav>
|
2026-02-26 16:16:11 +01:00
|
|
|
{{template "base/head_banner"}}
|