You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {{template "base/head" .}}
- <div class="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">
- {{if .EnableHeatmap}}
- {{template "user/dashboard/heatmap" .}}
- {{end}}
- {{template "user/dashboard/feeds" .}}
- </div>
- {{template "user/dashboard/repolist" .}}
- </div>
- </div>
- </div>
- {{template "base/footer" .}}
|