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.
|
<% layout('./layout.html') %>
|
|
|
|
<div class="container container--app">
|
|
<div class="grid">
|
|
<div class="col-12">
|
|
<a class="button m-bottom-5" href="/bucket/create">
|
|
Create Bucket
|
|
<svg class="icon p-left-3 size-large" aria-hidden="true">
|
|
<use xlink:href="/symbol-defs.svg#icon-circle-add"></use>
|
|
</svg>
|
|
</a>
|
|
<section class="m-bottom-5">
|
|
<h2 class="highlight">
|
|
Public
|
|
</h2>
|
|
<app-buckets visiblity="public"></app-buckets>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</div>
|