2015-11-13 22:35:48 +05:30
|
|
|
{{template "base/head" .}}
|
2023-02-02 04:26:10 +05:30
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content dashboard feeds">
|
2015-12-08 04:00:52 +05:30
|
|
|
{{template "user/dashboard/navbar" .}}
|
2024-04-14 17:09:11 +05:30
|
|
|
<div class="ui container flex-container">
|
2017-02-08 07:07:23 +05:30
|
|
|
{{template "base/alert" .}}
|
2024-04-14 17:09:11 +05:30
|
|
|
<div class="flex-container-main">
|
|
|
|
{{template "user/heatmap" .}}
|
|
|
|
{{template "user/dashboard/feeds" .}}
|
2015-12-08 04:00:52 +05:30
|
|
|
</div>
|
2024-04-14 17:09:11 +05:30
|
|
|
{{template "user/dashboard/repolist" .}}
|
2015-12-08 04:00:52 +05:30
|
|
|
</div>
|
2014-07-26 09:54:27 +05:30
|
|
|
</div>
|
2015-12-08 04:00:52 +05:30
|
|
|
{{template "base/footer" .}}
|