diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-14 17:32:56 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-14 17:32:56 +0300 |
| commit | 75ebab85f6fa02595fc3a982085d2ea25eac822c (patch) | |
| tree | 46958f2689cc73cb99bdc8b0ba38102a5f55b3b5 /client/templates/photos.html | |
| parent | 43fb1fb7b82676756a5819892cd9bbe2fb1b3564 (diff) | |
Move buttons up
Diffstat (limited to 'client/templates/photos.html')
| -rw-r--r-- | client/templates/photos.html | 4 |
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> |
