- \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:
parent
24fc329924
commit
2bf8cb82b5
4 changed files with 198 additions and 137 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue