Skip to content

Commit 1b78ed1

Browse files
committed
Add license on detail view
1 parent cc79f37 commit 1b78ed1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/views/dataset/partials/details.blade.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,12 @@
3232
{{ strtoupper($source_definition['type']) }}
3333
</p>
3434
</li>
35+
@if(!empty($definition['rights']))
36+
<li class="list-group-item">
37+
<h5 class="list-group-item-heading">License</h5>
38+
<p class="list-group-item-text">
39+
{{ $definition['rights'] }}
40+
</p>
41+
</li>
42+
@endif
3543
</ul>

0 commit comments

Comments
 (0)