summaryrefslogtreecommitdiff
path: root/client/templates
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-07-06 16:38:51 +0300
committerYuval Adam <yuval@y3xz.com>2015-07-06 16:39:09 +0300
commit4b86b497cdae02a6908a7027e17695089b36d2fb (patch)
tree913f9c71b5ca0220a37ecf0d44afb8cb918262f3 /client/templates
parentc5b88bab38968b5fc31b82292aca69a3df561aaf (diff)
Fix header padding and remove processing
Diffstat (limited to 'client/templates')
-rw-r--r--client/templates/photos.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html
index c45a831..aa0c3c4 100644
--- a/client/templates/photos.html
+++ b/client/templates/photos.html
@@ -5,16 +5,6 @@
{{> step}}
{{/each}}
</ol>
- <h2 class="title">
- Processing...
- <svg class="spinner" width="20" height="20" viewbox="0 0 40 40">
- <!-- <rect width="40" height="40" class="rect" /> <- this looks buggy in retina safari -->
- <polygon points="0 0 0 40 40 40 40 0" class="rect" />
- </svg>
- </h2>
- <!-- <button class="pixelate btn btn-default">Pixelate</button>
- <button class="color btn btn-default">Color</button>
- <button class="average btn btn-default">Average</button> -->
<div class="photos">
{{#each photos}}
{{> photo}}