Browse Source

update imdb icon

master
sipp11 10 years ago
parent
commit
dd6de0bafc
  1. 7
      index.html
  2. 11
      js/libs/ember-1.7.0.min.js
  3. 4
      js/libs/jquery-1.11.1.min.js

7
index.html

@ -101,9 +101,8 @@
<tr>
<td>
{{#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>
<h4>{{movie}} {{#if imdb_id }}<a href="http://www.imdb.com/title/{{unbound imdb_id}}/"><img src="http://zzyzx.co/static/imdb.png"></a>{{/if}} <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}}
@ -181,9 +180,9 @@
</div>
</script>
<script src="/js/libs/jquery-1.10.2.js"></script>
<script src="/js/libs/jquery-1.11.1.min.js"></script>
<script src="/js/libs/handlebars-1.1.2.js"></script>
<script src="/js/libs/ember-1.7.0.js"></script>
<script src="/js/libs/ember-1.7.0.min.js"></script>
<script src="/bower_components/showdown/compressed/showdown.js"></script>
<script src="/bower_components/moment/moment.js"></script>
<script src="/js/app.js"></script>

11
js/libs/ember-1.7.0.min.js vendored

File diff suppressed because one or more lines are too long

4
js/libs/jquery-1.11.1.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save