disable ordering possibility
This commit is contained in:
parent
8e3721da89
commit
483d10799d
|
|
@ -16,25 +16,4 @@ Hier sind Sie am richtigen Ort, wenn Sie einen kleinen, sparsamen <a href="/prod
|
||||||
<p class="pb-4">
|
<p class="pb-4">
|
||||||
Hier geht's zur <a href="/product.html">Produktbeschreibung</a>
|
Hier geht's zur <a href="/product.html">Produktbeschreibung</a>
|
||||||
</p>
|
</p>
|
||||||
{{ if ne .UserName "" }}
|
|
||||||
<p>
|
|
||||||
<strong>Ich will weitere bestellen!</strong>
|
|
||||||
<span class="icon"><i class="fa fa-arrow-right"></i></span>
|
|
||||||
Hier geht's zur <a href="/order.html">Bestellung</a>
|
|
||||||
</p>
|
|
||||||
{{ else }}
|
|
||||||
<div>
|
|
||||||
<p>
|
|
||||||
<strong>Ich will auch einen!</strong>
|
|
||||||
<span class="icon"><i class="fa fa-arrow-right"></i></span>
|
|
||||||
Hier geht's zur <a href="/order.html">Bestellung</a>
|
|
||||||
</p>
|
|
||||||
<p> </p>
|
|
||||||
<p class="pb-4">
|
|
||||||
<strong>Ich habe bereits einen (oder mehrere)</strong>
|
|
||||||
<span class="icon"><i class="fa fa-arrow-right"></i></span>
|
|
||||||
Hier geht's zum <a href="/login.html">Login</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
{{end}}
|
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
||||||
|
|
@ -46,12 +46,6 @@
|
||||||
<span>Kontakt</span>
|
<span>Kontakt</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="/order.html">
|
|
||||||
<div style="position:relative">
|
|
||||||
<span class="icon"><i class="fa fa-shopping-cart"></i></span>
|
|
||||||
<span>Bestellen</span>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
{{ if ne .UserName "" }}
|
{{ if ne .UserName "" }}
|
||||||
<a class="navbar-item" href="/tracker.html">
|
<a class="navbar-item" href="/tracker.html">
|
||||||
<div style="position:relative">
|
<div style="position:relative">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue