Add album title below image.
[Sone.git] / src / main / resources / templates / imageBrowser.html
index 45836db..c205877 100644 (file)
@@ -75,6 +75,8 @@
                                                <%else><!-- TODO -->
                                                        <% album.albumImage|image-link max-width=200 max-height=150 title==album.title>
                                                <%/if>
+                                               <br/>
+                                               <% album.title|html>
                                        </a>
                                </div>
                        <%/foreach>
                                                <%else><!-- TODO -->
                                                        <% album.albumImage|image-link max-width=200 max-height=150 title==album.title>
                                                <%/if>
+                                               <br/>
+                                               <% album.title|html>
                                        </a>
                                </div>
                        <%/foreach>