]> _ Git - psq.git/commitdiff
archives
authorLouis Jeckel <louis.jeckel@outlook.cm>
Tue, 8 Sep 2020 22:11:07 +0000 (00:11 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Tue, 8 Sep 2020 22:11:07 +0000 (00:11 +0200)
resources/views/components/pill-box.blade.php
resources/views/file/show.blade.php

index e066e285941f090ff1702c907b2ef848bc61ea86..48a417f123cb8f1e767388d3b3b552686640d28f 100644 (file)
@@ -2,7 +2,7 @@
 
     <img src="{{asset('img/blue-pill-box.svg')}}" alt="Pill Icon" class="pill-icon">
     <div>
-        <h2 class="bold">{{$title}}</h2>
+        <h2 class="bold">{!! $title !!}</h2>
         {!! $content ?? $slot !!}
         <a href="{{$link}}">Cliquez-ici</a>
     </div>
index 841671a48fa316eabc25782f1573814ff8034413..6e2ba411d79af694fd773ae72301439b91d1b7a6 100644 (file)
             <h2 class="text-center">Cliquez sur l’image pour télécharger cette édition de notre quotidien</h2>
         </div>
 
-        <x-pill-box title="Archives" :link="route('archives')">
-            Vous pouvez accéder aux archives de Prescription Santé Quotidien et aux 300 derniers numéros. Vous pouvez également effectuer des recherches par mots clefs
-        </x-pill-box>
+        <div style="max-width: 800px;" class="m-auto text-center">
+            <x-pill-box title="Archives<i class='fas fa-archive ml-2'></i>" :link="route('archives')">
+                Vous pouvez accéder aux archives de Prescription Santé Quotidien et aux 300 derniers numéros. Vous pouvez également effectuer des recherches par mots clefs.
+            </x-pill-box>
+        </div>
 
     </div>