From 5a8acd82f047e9ee24886933c19803af4348a4bd Mon Sep 17 00:00:00 2001 From: horus Date: Wed, 21 Feb 2018 23:37:01 +0100 Subject: Improves the offer page, makes some stuff bold, better spacing etc. (website) --- site/resources/views/offer.blade.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'site/resources') diff --git a/site/resources/views/offer.blade.php b/site/resources/views/offer.blade.php index 980d9c3..f68c204 100644 --- a/site/resources/views/offer.blade.php +++ b/site/resources/views/offer.blade.php @@ -12,7 +12,7 @@
-

{{ ucfirst($spirit_type) }}

+

{{ ucfirst($spirit_type) }} ({{$count}} Angebote)

Zurück zur Übersicht...

@@ -73,20 +73,20 @@ if ( !$data->count() ) { -

{{ TF::fF($offer->original_price) . "€" }} {{ TF::fF($offer->discounted_price) . "€" }}* +

{{ TF::fF($offer->original_price) . "€" }} {{ TF::fF($offer->discounted_price) }}€* {{ TF::fF($offer->base_price ) }}€/L

{{ TF::fF($offer->volume) . " Liter" }}{{ TF::fF($offer->abv) . "%" }} Alk.
- Jetzt bestellen + Jetzt bestellen

- Versand: {{ TF::fF($offer->shipping_costs) }}€ Gratis ab {{ $offer->free_shipping }} + Versand: {{ TF::fF($offer->shipping_costs) }}€ Gratis ab {{ $offer->free_shipping }}
- * Preis vom {{ strftime("%d. %B", $offer->created_at) }} + * Preis vom {{ strftime("%d. %B", $offer->created_at) }}

@@ -125,9 +125,9 @@ if ( !$data->count() ) {

Jetzt bestellen

- Versand: {{ TF::fF($offer->shipping_costs) }}€ Gratis ab {{ $offer->free_shipping }} + Versand: {{ TF::fF($offer->shipping_costs) }}€ Gratis ab {{ $offer->free_shipping }}
- * Preis vom {{ strftime("%d. %B", $offer->created_at) }} + * Preis vom {{ strftime("%d. %B", $offer->created_at) }}

-- cgit v1.2.3