From aeb3e63860c0417df619fcaebdc3f798fc07d386 Mon Sep 17 00:00:00 2001 From: Brittany Storoz Date: Mon, 28 Sep 2015 16:29:41 -0400 Subject: [PATCH] Fix element nesting on podcast show page; resolves #84 --- app/templates/podcasts/show.hbs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/templates/podcasts/show.hbs b/app/templates/podcasts/show.hbs index bfb451d..0ce55cd 100644 --- a/app/templates/podcasts/show.hbs +++ b/app/templates/podcasts/show.hbs @@ -18,7 +18,8 @@ + {{#episode-list data=model.episodes class="sixteen wide column"}} + {{/episode-list}} + - {{#episode-list data=model.episodes}} - {{/episode-list}}