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.

27 lines
883 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. <% layout('./layout.html') %>
  2. <div class="container">
  3. <div class="grid">
  4. <div class="col-12">
  5. <section class="flex m-bottom-5"">
  6. <h2 class="m-bottom-2 m-right-2 highlight">
  7. Buckets
  8. </h2>
  9. <a class="button m-0 " href="/bucket/create">
  10. Create
  11. </a>
  12. </section>
  13. <section class="m-bottom-5">
  14. <h3 class="highlight">
  15. Your Buckets
  16. </h3>
  17. <app-buckets visiblity="private"></app-buckets>
  18. </section>
  19. <section class="m-bottom-5">
  20. <h3 class="highlight">
  21. Other Buckets
  22. </h3>
  23. <app-buckets visiblity="public,community"></app-buckets>
  24. </section>
  25. </div>
  26. </div>
  27. </div>