- \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>

View file

@ -146,11 +146,14 @@
<section data-sr id="clients" class="clients u-full-width">
<div class="container">
<div class="row">
<h3 class="separator">Publisher</h3>
<h3 class="separator">Tethys is certified by</h3>
</div>
<ul class="clients u-full-width u-cf">
<li>
<img src="images/clients/logo_gba.png" alt="GBA Client">
{{-- <img src="images/clients/logo_gba.png" alt="GBA Client"> --}}
<object type="image/svg+xml" data="https://www.re3data.org/public/badges/s/light/100013400.svg">
<img src="https://www.re3data.org/public/badges/s/light/100013400.png" style="max-width:100%">
</object>
</li>
</ul>
</div>

View file

@ -176,7 +176,7 @@
and Conditions</a>
</li>
<li><a target="_blank" href="https://github.com/geolba"><i class="fab fa-github"></i> rdr
<li><a target="_blank" href="https://github.com/geolba/tethys"><i class="fab fa-github"></i> rdr
bei GitHub</a></li>
</ul>
</div>