summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-10 14:41:04 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-10 14:41:04 +0300
commit249a424970bf066efcd9c3d1b3a40541e6f66843 (patch)
treeb279487b183825aaedd502a1865df0ae27b86365
parent806e0381085035d6d535835009934865fea90f5a (diff)
Show instagram images
-rw-r--r--client/templates/one.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/templates/one.html b/client/templates/one.html
index 5956ccd..65358a2 100644
--- a/client/templates/one.html
+++ b/client/templates/one.html
@@ -6,5 +6,5 @@
</template>
<template name="photo">
- <li>{{id}}</li>
+ <img src="{{images.thumbnail.url}}">
</template>