From 82c486e89a5f1b10c421499c2ebce617568ba6ad Mon Sep 17 00:00:00 2001 From: Ascendings Date: Wed, 20 Apr 2016 23:57:19 -0400 Subject: [PATCH] Updated music view --- app/views/music.twig | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/app/views/music.twig b/app/views/music.twig index 183be79..b47cc2b 100755 --- a/app/views/music.twig +++ b/app/views/music.twig @@ -18,8 +18,8 @@ - -
+ +
{{ albums[0].title }}
@@ -30,11 +30,25 @@ {% endif %}
-
+ - -
-
+ +
+
+ +
+ +
+
    + {% for song in album.songs %} +
  • {{ song.title }}
  • + {% endfor %} +
+
+