- map 'id' of dataset to 'publish_id'
This commit is contained in:
parent
d7cc8d74de
commit
19e2d7ea95
7 changed files with 18 additions and 16 deletions
|
@ -23,7 +23,7 @@
|
|||
<div class="post">
|
||||
<header class="post-header">
|
||||
<h2 class="post-title">
|
||||
<a href="{{ URL::route('frontend.dataset.show',['id' =>$document->id]) }}"><?= $document->type; $document->id; ?>
|
||||
<a href="{{ URL::route('frontend.dataset.show',['id' =>$document->publish_id]) }}"><?= $document->type; $document->publish_id; ?>
|
||||
</a>
|
||||
</h2>
|
||||
</header>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue