summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordev2026-06-27 15:59:59 +0200
committerdev2026-06-27 15:59:59 +0200
commit1afa4d1c15269e58dd2a90e45b676f612ff72c94 (patch)
treed7bae98e4163809f8c7e0c3c1b9129f26c716bb2
parentc4c99d0868efca33386a2798ec94b2d1b70dc2f4 (diff)
downloadcurious-1afa4d1c15269e58dd2a90e45b676f612ff72c94.tar.gz
feat: show license link below View on buttons on movie pages
-rw-r--r--resources/views/cinema_show.blade.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/views/cinema_show.blade.php b/resources/views/cinema_show.blade.php
index 92e684d..6494cdd 100644
--- a/resources/views/cinema_show.blade.php
+++ b/resources/views/cinema_show.blade.php
@@ -155,6 +155,14 @@
</div>
@endif
+ @if ( ! empty($movie->license_url) )
+ <div class="mt-3">
+ <small class="text-muted">
+ Licensed under <a href="{{ $movie->license_url }}" target="_blank" class="card-links">{{ $movie->license_short ?? $movie->license }}</a>
+ </small>
+ </div>
+ @endif
+
@if ( ! empty($hnStories) )
<div class="mt-3">
<h4 class="hn-heading">Mentions on Hacker News</h4>