{{template "repo/header" .}}
{{template "base/alert" .}} - {{template "repo/code/recently_pushed_new_branches" .}} - {{if and (not .HideRepoInfo) (not .IsBlame)}} -
- {{- $description := .Repository.DescriptionHTML ctx -}} - {{if $description}}{{$description | RenderCodeBlock}}{{end}} - {{if .Repository.Website}}{{.Repository.Website}}{{end}} -
-
- {{/* it should match the code in issue-home.js */}} - {{range .Topics}}{{.Name}}{{end}} - {{if and .Permission.IsAdmin (not .Repository.IsArchived)}}{{end}} -
- {{end}} {{if and .Permission.IsAdmin (not .Repository.IsArchived)}} -
- {{end}} {{if .Repository.IsArchived}}
@@ -42,9 +28,6 @@
{{end}} {{template "repo/sub_menu" .}} - {{$n := len .TreeNames}} - {{$l := Eval $n "-" 1}} - {{$isHomepage := (eq $n 0)}}
{{template "repo/branch_dropdown" dict "root" . "ContainerClasses" "tw-mr-1"}} diff --git a/user/dashboard/dashboard.tmpl b/user/dashboard/dashboard.tmpl index 5dc46dc..a050d2f 100644 --- a/user/dashboard/dashboard.tmpl +++ b/user/dashboard/dashboard.tmpl @@ -3,9 +3,10 @@ {{template "user/dashboard/navbar" .}}
- {{template "base/alert" .}} - {{template "user/heatmap" .}} - {{template "user/dashboard/feeds" .}} +
+ {{template "user/dashboard/courses" .}} +
+ {{template "user/dashboard/named_feeds" .}}
{{template "user/dashboard/repolist" .}}