diff --git a/code/resources/views/attachment/edit.blade.php b/code/resources/views/attachment/edit.blade.php index 1d4e2cf18..43dff5c85 100644 --- a/code/resources/views/attachment/edit.blade.php +++ b/code/resources/views/attachment/edit.blade.php @@ -10,7 +10,7 @@ @include('commons.multipleusers', ['obj' => $attachment, 'name' => 'users', 'label' => _i('Destinatari')]) - + @if($attachment->isImage()) @endif diff --git a/code/resources/views/attachment/show.blade.php b/code/resources/views/attachment/show.blade.php index c7e32b0ff..8c0d60db2 100644 --- a/code/resources/views/attachment/show.blade.php +++ b/code/resources/views/attachment/show.blade.php @@ -1,7 +1,7 @@
- + @if($attachment->isImage()) @endif