- display project if defined on landing page
- delete log settings in app.php (added logging.php)
This commit is contained in:
parent
f26f3f0919
commit
7b69477712
4 changed files with 97 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue