- composer updates
- consistent repository identifier in OAI requests - open default formats in browser - open files in new tab
This commit is contained in:
parent
17fcdec50e
commit
8208558e8c
4 changed files with 48 additions and 54 deletions
|
@ -126,7 +126,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
@if($file->exists() === true)
|
||||
<a href="{{ route('file.download', ['id' => $file->id]) }}"> {{ $file->label }} </a>
|
||||
<a target="_blank" href="{{ route('file.download', ['id' => $file->id]) }}"> {{ $file->label }} </a>
|
||||
@else
|
||||
<span class="alert">missing file: {{ $file->path_name }}</span>
|
||||
@endif
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue