summaryrefslogtreecommitdiff
path: root/imdb-lookup/html/index.html
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2014-12-23 17:50:40 +0100
committerYves Fischer <yvesf-git@xapek.org>2014-12-23 17:50:40 +0100
commit4ee5f5f479f3b8ce929029ff45aa9d48c83c93be (patch)
tree5d1c27dad9b7ef7c9a55a8fe06a45e71feec61e1 /imdb-lookup/html/index.html
parent46d53e680ce67aed0fc71dc9fb50fb8508a69c4b (diff)
downloadscripts-4ee5f5f479f3b8ce929029ff45aa9d48c83c93be.tar.gz
scripts-4ee5f5f479f3b8ce929029ff45aa9d48c83c93be.zip
improve tags
Diffstat (limited to 'imdb-lookup/html/index.html')
-rw-r--r--imdb-lookup/html/index.html15
1 files changed, 6 insertions, 9 deletions
diff --git a/imdb-lookup/html/index.html b/imdb-lookup/html/index.html
index 53ceee7..cf9d102 100644
--- a/imdb-lookup/html/index.html
+++ b/imdb-lookup/html/index.html
@@ -80,7 +80,12 @@
</td>
<td class="info">
<div class="title">
- {{movie.title}}
+ <a {{bind-attr href=movie.path.path}} {{bind-attr title=movie.path.label}}>
+ {{movie.title}}
+ </a>
+ {{#each tag in movie.tags}}
+ <span class="movie-tag">{{tag}}</span>
+ {{/each}}
</div>
<div class="headline">
<div class="plot">{{movie.plot}}</div>
@@ -104,14 +109,6 @@
</td>
</tr>
</table>
- <ul class="files">
- <li><a {{bind-attr href=movie.path.path}}>{{movie.path.label}}</a>
- <li>
- {{#each tag in movie.tags}}
- {{tag}}
- {{/each}}
- </li>
- </ul>
</td>
<td class="ratings">
<table>