Skip to content

Commit

Permalink
Merge pull request #3807 from arthurmelton/html_only_ddg
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie committed May 5, 2024
2 parents ef5c0b2 + 6295c89 commit f54c2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/torrent/partials/movie_meta.blade.php
Expand Up @@ -146,6 +146,7 @@ class="meta-id-tag"
href="https://html.duckduckgo.com/html/?q=\{{ $meta->title ?? '' }} ({{ substr($meta->release_date ?? '', 0, 4) ?? '' }})+site%3Arottentomatoes.com"
title="Rotten Tomatoes: {{ $meta->title ?? '' }} ({{ substr($meta->release_date ?? '', 0, 4) ?? '' }})"
target="_blank"
rel="noreferrer"
>
<i
class="fad fa-tomato"
Expand Down
1 change: 1 addition & 0 deletions resources/views/torrent/partials/tv_meta.blade.php
Expand Up @@ -145,6 +145,7 @@ class="meta-id-tag"
href="https://html.duckduckgo.com/html/?q=\{{ $meta->name ?? '' }} ({{ substr($meta->first_air_date ?? '', 0, 4) ?? '' }})+site%3Arottentomatoes.com"
title="Rotten Tomatoes: {{ $meta->name ?? '' }} ({{ substr($meta->first_air_date ?? '', 0, 4) ?? '' }})"
target="_blank"
rel="noreferrer"
>
<i
class="fad fa-tomato"
Expand Down

0 comments on commit f54c2fb

Please sign in to comment.