mirror of
https://github.com/go-gitea/gitea
synced 2024-11-25 04:22:46 +01:00
1b1b8500ae
Fixes https://github.com/go-gitea/gitea/issues/30566, regression from https://github.com/go-gitea/gitea/pull/30214.
13 lines
424 B
Handlebars
13 lines
424 B
Handlebars
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{.Title}}" class="page-content dashboard feeds">
|
|
{{template "user/dashboard/navbar" .}}
|
|
{{template "base/alert" .}}
|
|
<div class="ui container flex-container">
|
|
<div class="flex-container-main">
|
|
{{template "user/heatmap" .}}
|
|
{{template "user/dashboard/feeds" .}}
|
|
</div>
|
|
{{template "user/dashboard/repolist" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|