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.

dashboard.tmpl 483 B

1234567891011121314151617
  1. {{template "base/head" .}}
  2. <div class="dashboard feeds">
  3. {{template "user/dashboard/navbar" .}}
  4. <div class="ui container">
  5. {{template "base/alert" .}}
  6. <div class="ui mobile reversed stackable grid">
  7. <div class="ui container ten wide column">
  8. {{if .EnableHeatmap}}
  9. {{template "user/dashboard/heatmap" .}}
  10. {{end}}
  11. {{template "user/dashboard/feeds" .}}
  12. </div>
  13. {{template "user/dashboard/repolist" .}}
  14. </div>
  15. </div>
  16. </div>
  17. {{template "base/footer" .}}