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-21 16:24:56 -04:00
|
|
|
{{template "base/alert" .}}
|
2024-04-14 07:39:11 -04:00
|
|
|
<div class="ui container flex-container">
|
|
|
|
<div class="flex-container-main">
|
|
|
|
{{template "user/heatmap" .}}
|
|
|
|
{{template "user/dashboard/feeds" .}}
|
2015-12-07 17:30:52 -05:00
|
|
|
</div>
|
2024-04-14 07:39:11 -04:00
|
|
|
{{template "user/dashboard/repolist" .}}
|
2015-12-07 17:30:52 -05:00
|
|
|
</div>
|
2014-07-26 00:24:27 -04:00
|
|
|
</div>
|
2015-12-07 17:30:52 -05:00
|
|
|
{{template "base/footer" .}}
|