diff options
| author | horus | 2018-06-18 15:58:26 +0200 |
|---|---|---|
| committer | horus | 2018-06-18 15:58:26 +0200 |
| commit | a70c6c37a2928824aeea3200a6b461860887ab80 (patch) | |
| tree | d12a78b5abd9ffb012d975a0d84be7d5a5987f89 /site | |
| parent | 01e0cbe79f37b4be2fc82d31c71042b5ce4d699a (diff) | |
| download | alkobote-a70c6c37a2928824aeea3200a6b461860887ab80.tar.gz | |
Improves design, swaps reduced price with original price. (website)
Diffstat (limited to 'site')
| -rw-r--r-- | site/resources/views/offer.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/resources/views/offer.blade.php b/site/resources/views/offer.blade.php index 7ab04e1..71fb21a 100644 --- a/site/resources/views/offer.blade.php +++ b/site/resources/views/offer.blade.php @@ -73,7 +73,7 @@ if ( !$data->count() ) { <span class="text-fade-out"></span> </h4> - <p class="card-text mb-auto text-success w-100"><del class="text-danger">{{ TF::fF($offer->original_price) . "€" }}</del> <strong class="ffloat-right ttext-large" style="margin-left: 3px;">{{ TF::fF($offer->discounted_price) }}€</strong>* + <p class="card-text mb-auto text-success w-100"><strong class="ffloat-right ttext-large" style="margin-left: 3px;">{{ TF::fF($offer->discounted_price) }}€</strong>* <del class="text-danger">{{ TF::fF($offer->original_price) . "€" }}</del> <span class="float-right text-muted">{{ TF::fF($offer->base_price ) }}€/L</span> </p> <div class="mb-1 text-muted w-100"> |
