Browse Source

add IMDb link

master
sipp11 10 years ago
parent
commit
4be6ea5683
  1. 1
      index.html

1
index.html

@ -103,6 +103,7 @@
{{#if poster_path}}<div class="pull-left" style="margin-right:0.5em"><img src="http://image.tmdb.org/t/p/w92{{unbound poster_path}}" align="left" class="img-rounded" /></div>{{/if}}
<h4>{{movie}} <small class='muted'><mark>{{audio}}</mark> on {{format-date date}}</small></h4>
<p>{{showtimes}} {{#if cinema}}<small class='muted'>#{{cinema}}</small>{{/if}}</p>
{{#if imdb_id}}<p><a href="http://www.imdb.com/title/{{unbound imdb_id}}/">IMDb</p>{{/if}}
</td>
</tr>
{{else}}

Loading…
Cancel
Save