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