{{template "repo/header" .}}
{{template "base/alert" .}} - {{template "repo/sub_menu_release_tag" .}} - -
- + {{template "repo/release_tag_header" .}}

{{svg "octicon-tag" 16 "gt-mr-2"}}{{.locale.Tr "repo.release.tags"}}

- {{$canReadReleases := $.Permission.CanRead $.UnitTypeReleases}} -
diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl index bf13cf993b6a..a0b02887b018 100644 --- a/templates/user/dashboard/issues.tmpl +++ b/templates/user/dashboard/issues.tmpl @@ -78,8 +78,8 @@ - - + + diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl index 7703bbfb98ce..20b66b2ec379 100644 --- a/templates/user/dashboard/navbar.tmpl +++ b/templates/user/dashboard/navbar.tmpl @@ -78,7 +78,7 @@ {{if .ContextUser.IsOrganization}} -
+
{{if eq (len .Notifications) 0}} {{if eq .Status 1}} {{.locale.Tr "notification.no_unread"}} @@ -29,7 +29,7 @@ {{.locale.Tr "notification.no_read"}} {{end}} {{else}} -
+
{{range $notification := .Notifications}} {{$issue := .Issue}} @@ -59,16 +59,16 @@ {{end}}
- + {{if $issue}} - #{{$issue.Index}} - {{$issue.Title}} + #{{$issue.Index}} - {{$issue.Title | RenderEmoji $.Context | RenderCodeBlock}} {{else}} {{$repo.FullName}} {{end}} - {{$repo.FullName}} + {{$repo.FullName}} {{if ne .Status 3}} @@ -76,7 +76,7 @@ {{$.CsrfTokenHtml}} -