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.
 
 
 
 
 

28 lines
883 B

<% layout('./layout.html') %>
<div class="container">
<div class="grid">
<div class="col-12">
<section class="flex m-bottom-5"">
<h2 class="m-bottom-2 m-right-2 highlight">
Buckets
</h2>
<a class="button m-0 " href="/bucket/create">
Create
</a>
</section>
<section class="m-bottom-5">
<h3 class="highlight">
Your Buckets
</h3>
<app-buckets visiblity="private"></app-buckets>
</section>
<section class="m-bottom-5">
<h3 class="highlight">
Other Buckets
</h3>
<app-buckets visiblity="public,community"></app-buckets>
</section>
</div>
</div>
</div>