Skip to content
Snippets Groups Projects
Verified Commit 3004cb09 authored by Gael Yvert's avatar Gael Yvert
Browse files

Better display of plasmid description in frontend plasmid view (issue #172)

parent 90411d10
Branches
Tags
No related merge requests found
......@@ -129,6 +129,18 @@
</div>
</div>
@if($item->description)
<div class="mt-3">
<div class="card">
<div class="card-body">
<legend>Description</legend>
<x-frontend.data :type="$dataType->dataRows->where('field', 'description')->first()->type" :value="$item->description"/>
</div>
</div>
</div>
@endif
@if($item->files)
<div class="mt-3">
<div class="card">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment