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.

repos.tmpl 564 B

9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
123456789101112131415161718192021
  1. {{template "base/head" .}}
  2. <div class="explore repositories">
  3. {{template "explore/repo_search" .}}
  4. {{template "explore/repo_orgtop" .}}
  5. <div class="ui container">
  6. <div class="ui grid">
  7. {{template "explore/repo_left" .}}
  8. <div class="ui sixteen wide mobile twelve wide tablet ten wide computer column">
  9. {{template "explore/repo_list" .}}
  10. {{template "base/paginate" .}}
  11. </div>
  12. <div class="computer only ui three wide computer column">
  13. {{template "explore/repo_right" .}}
  14. </div>
  15. </div>
  16. </div>
  17. </div>
  18. {{template "base/footer" .}}