Remove currently useless style display on track page.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 29 Jul 2012 09:57:11 +0000 (11:57 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 29 Jul 2012 09:57:11 +0000 (11:57 +0200)
src/main/resources/templates/track

index a97a2ee..e92c9e4 100644 (file)
        <p>This track does not have any files.</p>
 <%/foreach>
 
        <p>This track does not have any files.</p>
 <%/foreach>
 
-<dl>
-
-<dt>Styles</dt>
-<dd>
-<ul>
-<%foreach track.styles style|sort>
-<li><a href="style?id=<% style.id|html>"><% style.name|html></a></li>
-<%/foreach>
-</ul>
-</dd>
-
-</dl>
-
-
 <%/if>
 
 <%include include/footer>
\ No newline at end of file
 <%/if>
 
 <%include include/footer>
\ No newline at end of file