From 5772ee93798640e9d3a183de61644acfb512982b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 9 Feb 2021 12:18:53 -0300 Subject: [PATCH] list ausmisten --- content/list.blade.php | 818 ----------------------------------------- 1 file changed, 818 deletions(-) diff --git a/content/list.blade.php b/content/list.blade.php index 590b6d6..e624829 100644 --- a/content/list.blade.php +++ b/content/list.blade.php @@ -27,111 +27,6 @@ -
-
- @if (\Route::currentRouteName() == 'author.get') -
-
-
- -
-
-

-

{{ $author->name }}

- - -

- {{ $author->description }} -

- - - -
-
- @if (isset($author->social_networks['email'])) - - | - @endif - - @if (isset($author->social_networks['site'])) - {{ $author->social_networks['site'] }} - @endif -
-
-
- -
- - - @foreach ($social as $value) - @if (isset($author->social_networks[$value])) - - @endif - @endforeach - -
-
-
- -
-
- @endif - - @if (\Route::currentRouteName() == 'welcome') -
-
-
-

{{ __('public.popular-authors') }}

-
- - @foreach ($authors as $author) -
-
- - - -
- @endforeach - - - -
-
-
-
-
- - @endif -
-
@@ -143,24 +38,6 @@ - @if (env('APP_WRITE', false)) -
-
-
- {{ __('public.propose-content') }} Neuen Inhalt einreichen -
-
- - - @endif - - - -
- - - -
@foreach($nachrichten as $nach) @@ -216,49 +93,6 @@ {!! $nach->nachrichten !!}

- @if ($nach->type_id == 2) -

-

{{ __('public.work-location') }}

{{ isset($nach->additional_fields['workplace']) ? $nach->additional_fields['workplace'] : '-'}} -

- -

-

{{ __('public.contact-data') }}

{!! isset($nach->additional_fields['contact_info']) ? $nach->additional_fields['contact_info'] : '-' !!} -

- @endif - - @if($nach->type_id == 3) -
- - - -
- @foreach ($nach->actions as $action) - - - @endforeach -
- @endif - - @if(sizeof($nach->files) > 0) -
-
{{ __('public.files-download') }}
-
- - - @foreach ($nach->files as $file) - - @endforeach -
- @endif
@@ -266,49 +100,10 @@ - @if (env('APP_COMMENTS', false)) - - @endif - @@ -329,622 +124,9 @@ - - - - - @if (env('APP_WRITE', false)) - - - @endif - - @if (\Session::has('success_plan')) - - @endif - - - - - @stop