Design anpassungen
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
<section class="breadcrumb-section pb-3 pt-3">
|
||||
<div class="container">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="#">Home</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">Products</li>
|
||||
<li class="breadcrumb-item"><a href="/">Home</a></li>
|
||||
<li class="breadcrumb-item" aria-current="page"><a href="/section/{{.category.Section.ID}}">{{ .category.Section.Name }}</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">{{ .category.Name }}</li>
|
||||
</ol>
|
||||
</div>
|
||||
</section>
|
||||
@@ -78,6 +79,11 @@
|
||||
<div class="products-top">
|
||||
<div class="products-top-inner">
|
||||
<div class="products-found">
|
||||
{{ if .user }}
|
||||
{{ if .user.Admin }}
|
||||
<a href="/admin/product/add/{{.category.ID}}">Hinzufügen</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if eq (len .products) 1 }}
|
||||
<p><span>1 Produkt gefunden</span></p>
|
||||
{{ else }}
|
||||
|
||||
Reference in New Issue
Block a user