diff options
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/one.html | 2 |
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> |
