- \frontend\dataset\show.blade.php: no shows file extension

- \frontende\home\index.blade.php: shows certified by instead of publisher
- \layouts\app.blade.php: correct link to github repository of tethys
This commit is contained in:
Arno Kaimbacher 2020-09-08 12:15:21 +02:00
parent 24fc329924
commit 2bf8cb82b5
4 changed files with 198 additions and 137 deletions

View file

@ -124,6 +124,7 @@
<thead>
<tr>
<th>Path Name</th>
<th>File Extension</th>
<th>File Size</th>
</tr>
</thead>
@ -137,6 +138,9 @@
<span class="alert">missing file: {{ $file->path_name }}</span>
@endif
</td>
<td>
<span>{{ pathinfo($file->path_name, PATHINFO_EXTENSION) }}</span>
</td>
<td>
<span>{{ $file->formatSize(2) }}</span>
</td>