summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-14 17:32:56 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-14 17:32:56 +0300
commit75ebab85f6fa02595fc3a982085d2ea25eac822c (patch)
tree46958f2689cc73cb99bdc8b0ba38102a5f55b3b5 /client
parent43fb1fb7b82676756a5819892cd9bbe2fb1b3564 (diff)
Move buttons up
Diffstat (limited to 'client')
-rw-r--r--client/templates/photos.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html
index 2bdc53a..2d841e5 100644
--- a/client/templates/photos.html
+++ b/client/templates/photos.html
@@ -2,13 +2,13 @@
<div class="photos-wrapper">
<h4>(Step 1)</h4>
<h2>Processing...</h2>
+ <button class="pixelate btn btn-default">Pixelate</button>
+ <button class="color btn btn-default">Color</button>
<div class="photos">
{{#each photos}}
{{> photo}}
{{/each}}
</div>
- <button class="pixelate btn btn-default">Pixelate</button>
- <button class="color btn btn-default">Color</button>
</div>
</template>