Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
447 B
15 lines
447 B
{{template "base/head" .}} |
|
<div class="page-content dashboard feeds"> |
|
{{template "user/dashboard/navbar" .}} |
|
<div class="ui container"> |
|
{{template "base/alert" .}} |
|
<div class="ui mobile reversed stackable grid"> |
|
<div class="ui container ten wide column"> |
|
{{template "user/heatmap" .}} |
|
{{template "user/dashboard/feeds" .}} |
|
</div> |
|
{{template "user/dashboard/repolist" .}} |
|
</div> |
|
</div> |
|
</div> |
|
{{template "base/footer" .}}
|
|
|