This commit is contained in:
Jakob Ketterl 2021-03-27 23:50:39 +01:00
parent 6796699e35
commit a86a2f31cd
1 changed files with 4 additions and 4 deletions

View File

@ -13,11 +13,11 @@ ${header}
<div class="container">
<div class="row">
<h1 class="col-12">Bookmarks</h1>
<div class="col-12">
Double-click the values in the table to edit them.
</div>
</div>
<div class="bookmarks">
<div class="row">
<div class="col-12">Double-click the values in the table to edit them.</div>
</div>
<div class="row mt-3 bookmarks">
${bookmarks}
<div class="buttons container">
<button type="button" class="btn btn-primary bookmark-add">Add a new bookmark</button>