- new subtitle in hero section with 26px
- bug im Backend augebessert - db migration for documents via Config::get
This commit is contained in:
parent
15c7df78c7
commit
54d6c5d434
6 changed files with 14 additions and 13 deletions
|
@ -8,7 +8,7 @@
|
|||
<div class="twelve columns">
|
||||
<h1 class="separator">Research Data Repository</h1>
|
||||
<h2>
|
||||
A data repository for the research community with secure preservation and data publication.
|
||||
Data Publisher for Geo and Atmospheric Science Austria
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -69,8 +69,7 @@
|
|||
</td>
|
||||
<td>
|
||||
<a class="view" href="{{ route('settings.document.show', $document->id) }}"><span> </span></a>
|
||||
<a class="edit" href="{{ route('settings.document.edit', $document->id) }}"><span> </span></a>
|
||||
<!--<a class="delete" href="{{ route('settings.book.delete', $document->id) }}"><span> </span></a>-->
|
||||
<a class="edit" href="{{ route('settings.document.edit', $document->id) }}"><span> </span></a>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue