- detailed help-view-component with titles and authors

- beginning search page styling
This commit is contained in:
Arno Kaimbacher 2021-12-07 12:22:25 +01:00
commit 7cc4fc075c
7 changed files with 111 additions and 9 deletions

View file

@ -34,6 +34,20 @@
<a>{{ dataset.type }}; {{ dataset.publish_id }}</a>
</h2>
</header>
<div class="blog-meta">
{{ dataset.server_date_published }}
</div>
<div class="post-description">
<!-- @foreach ($document->authors as $author) -->
<div v-for="(author, index) in dataset.authors" :key="index">
<em>Author: {{ author.full_name }}</em>
<br />
</div>
<div v-for="(title, index) in dataset.titles" :key="index">
<em>{{ title.type }}: {{ title.value }}</em>
<br />
</div>
</div>
</div>
</li>
</ol>