1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00
gitea/templates/user/dashboard/dashboard.tmpl

16 lines
447 B
Handlebars
Raw Normal View History

2015-11-13 17:05:48 +00:00
{{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>
2014-07-26 04:24:27 +00:00
</div>
{{template "base/footer" .}}