mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fixed #1090
This commit is contained in:
parent
4ccffabfc0
commit
15dab75418
3 changed files with 10 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<img src="@Model.PosterUrl" />
|
||||
<img src="https://image.tmdb.org/t/p/w150/@Model.PosterUrl" />
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<h4>Issues For "@Model.Title"</h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue