From 8a88d446be336d0c965c6c4af02fdb3b340f5c89 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 17 Jun 2015 15:36:47 +0300 Subject: Average color is working --- client/templates/photos.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/templates') diff --git a/client/templates/photos.html b/client/templates/photos.html index 2d841e5..98f6d99 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -4,18 +4,20 @@

Processing...

+
{{#each photos}} {{> photo}} {{/each}}
+ -- cgit v1.3.1