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