diff --git a/public/css/custom.css b/public/css/custom.css index 95a7c45a..c93b16c7 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -169,7 +169,7 @@ } .news-tags { - height: 1.5rem; + height: 2.8rem; } .news-body-small { diff --git a/resources/custom.css b/resources/custom.css index 95a7c45a..c93b16c7 100644 --- a/resources/custom.css +++ b/resources/custom.css @@ -169,7 +169,7 @@ } .news-tags { - height: 1.5rem; + height: 2.8rem; } .news-body-small { diff --git a/resources/views/admin/news/index.blade.php b/resources/views/admin/news/index.blade.php index ec5ff447..a665e588 100644 --- a/resources/views/admin/news/index.blade.php +++ b/resources/views/admin/news/index.blade.php @@ -36,6 +36,9 @@ @endif @endforeach @endif + @if($n->files != [""] && isset($n->files)) + Fichier joint + @endif @if($n->publish == 0) Brouillon @endif

@@ -44,6 +47,11 @@ event_id)) diff --git a/resources/views/public/news.blade.php b/resources/views/public/news.blade.php index 2972b89d..3f657f3a 100644 --- a/resources/views/public/news.blade.php +++ b/resources/views/public/news.blade.php @@ -1,51 +1,60 @@ @extends('layouts.public.main') @section('content') -
-
-

{{ $new->title }}

-
-
-
-
-
-
-
-
- @foreach ($new->pictures as $picture) - - @endforeach +