diff options
| author | horus | 2026-06-27 07:16:32 +0200 |
|---|---|---|
| committer | horus | 2026-06-27 07:16:32 +0200 |
| commit | 2af0be1b905f08e97e875d225f84e02b841579c6 (patch) | |
| tree | 4e51499443a55104ee4b06848524465b4cbcb613 /resources | |
| parent | a45365d0be7c336f5f7395866b4a86cdd7db1dda (diff) | |
| download | curious-2af0be1b905f08e97e875d225f84e02b841579c6.tar.gz | |
.
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/views/cinema_show.blade.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/resources/views/cinema_show.blade.php b/resources/views/cinema_show.blade.php index 49c5977..29e319c 100644 --- a/resources/views/cinema_show.blade.php +++ b/resources/views/cinema_show.blade.php @@ -65,13 +65,8 @@ </div> <div class="col-md-9"> <h3> - @if ( ! is_null($movie->wiki_article) ) - <a href="https://en.wikipedia.org/wiki/{{ $movie->wiki_article }}" target="_blank"> - {{ $movie->primary_title }} - </a> - @else - {{ $movie->primary_title }} - @endif + {{ $movie->primary_title }} + @if ( ! is_null($movie->original_title) && $movie->original_title != $movie->primary_title ) <small class="text-muted">({{ $movie->original_title }})</small> @endif |
