Skip to content

Commit

Permalink
anrede admin,
Browse files Browse the repository at this point in the history
little bug fixes
  • Loading branch information
Blueblazer172 committed Jun 13, 2021
1 parent b20ebf1 commit a290708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file modified db.sqlite
Binary file not shown.
6 changes: 2 additions & 4 deletions views/pages/admin.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<%- include('../components/nav', {page: 'admin'}) %>
<main class="container mb-5">
<div class="mt-4">
<h1>Guten Tag Admin!,&nbsp;<%= user.username %></h1>
<h1>Guten Tag <%= user.username %>!</h1>
<div class="row align-items-end mt-5">
<div class="col-3">
<div class="display-3">Verwaltung</div>
Expand All @@ -40,9 +40,7 @@
<div class="col-lg-6 col-sm-12 card mb-3">
<div class="row mt-3 mb-3">
<div class="col-2 mr-3 col-xs-12">
<a href="/book/<%= book.id %>">
<img src="/public/books/covers/<%= book.cover %>" width="100px" height="auto" alt="<%= book.title %>">
</a>
<img src="/public/books/covers/<%= book.cover %>" width="100px" height="auto" alt="<%= book.title %>">
</div>
<div class="col-9 col-xs-12 ms-1 me-0 ps-5 pe-0">
<div class="card-block px-2">
Expand Down

0 comments on commit a290708

Please sign in to comment.