- display project if defined on landing page

- delete log settings in app.php (added logging.php)
This commit is contained in:
Arno Kaimbacher 2020-05-14 20:09:21 +02:00
parent f26f3f0919
commit 7b69477712
4 changed files with 97 additions and 6 deletions

View file

@ -93,6 +93,12 @@
@endforeach
</ul>
</p>
@endif
@if($dataset->project()->exists())
<p class="dataset__abstract">
Projekt: {{ $dataset->project->name }}
</p>
@endif
<p class="dataset__abstract">Erstellungsjahr: {{ $dataset->server_date_published->year }}</p>