client/app/gallery/gallery.html
changeset 4 28208a0ad8b9
parent 0 cef349423167
child 5 c6ff29914983
--- a/client/app/gallery/gallery.html	Fri Oct 03 12:41:56 2014 +0200
+++ b/client/app/gallery/gallery.html	Fri Oct 03 16:15:50 2014 +0200
@@ -6,6 +6,8 @@
     <div class="img-ctn">
         <img class="img img-responsive image" src="{{ i.url }}" />
         <p>{{ i.title }}</p>
+        <div class="gallery-buttons"><a class="btn btn-default" href="#/slideshow/edit/{{ $index }}"><span class="glyphicon glyphicon-pencil"></span></a>
+          <a class="btn btn-default" href="#/slideshow/{{ $index }}"><span class="glyphicon glyphicon-eye-open"></span></a></div>
     </div>
   </li>
 </ul>