Reworking the login page for #426

This commit is contained in:
tidusjar 2016-07-26 12:59:39 +01:00
commit f03392691c
5 changed files with 98 additions and 68 deletions

View file

@ -157,15 +157,9 @@
</div>
<div class="col-sm-5 ">
<div>
{{#if_eq type "movie"}}
<a href="https://www.themoviedb.org/movie/{{id}}/" target="_blank">
<h4>{{title}} ({{year}})</h4>
</a>
{{else}}
<a href="http://www.imdb.com/title/{{imdb}}/" target="_blank">
<h4>{{title}} ({{year}})</h4>
</a>
{{/if_eq}}
</div>
<p>{{overview}}</p>
</div>