diff options
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html index bfcb6d9..fe88786 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -49,11 +49,10 @@ </ol> </div> <div class="share" style="display: none;"> - <p>Now what...?</p> - <button class="share-instagram">Share on Instagram</button> - <button class="share-facebook">Share on Facebook</button> - <button class="share-save">Save to gallery</button> - <button class="share-print">Print me a copy</button> + <button class="share-instagram">Instagram</button> + <button class="share-facebook">Facebook</button> + <button class="share-save">Save</button> + <button class="share-print">Print</button> <button class="logout">Logout</button> </div> </div> @@ -67,8 +66,8 @@ <template name="photo"> <div class="photo" style="display: none;"> - <div class="title">{{date}}</div> <img id="img-{{id}}" class="instagram-photo" src="{{proxy images.thumbnail.url}}" crossorigin="anonymous"> <canvas id="canvas-{{id}}" style="height: 150px; width: 150px;"></canvas> + <div class="title">{{date}}</div> </div> </template> |
