Add album title below image.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 21 Sep 2011 05:48:04 +0000 (07:48 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 21 Sep 2011 05:48:04 +0000 (07:48 +0200)
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>