2015-11-13 18:05:48 +01:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 23:56:10 +01:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content dashboard feeds">
|
2015-12-07 23:30:52 +01:00
|
|
|
{{template "user/dashboard/navbar" .}}
|
2024-04-14 13:39:11 +02:00
|
|
|
<div class="ui container flex-container">
|
|
|
|
<div class="flex-container-main">
|
2024-04-23 10:31:51 +02:00
|
|
|
{{template "base/alert" .}}
|
2024-04-14 13:39:11 +02:00
|
|
|
{{template "user/heatmap" .}}
|
|
|
|
{{template "user/dashboard/feeds" .}}
|
2015-12-07 23:30:52 +01:00
|
|
|
</div>
|
2024-04-14 13:39:11 +02:00
|
|
|
{{template "user/dashboard/repolist" .}}
|
2015-12-07 23:30:52 +01:00
|
|
|
</div>
|
2014-07-26 06:24:27 +02:00
|
|
|
</div>
|
2015-12-07 23:30:52 +01:00
|
|
|
{{template "base/footer" .}}
|