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