From b7fb967bee8c71189e60d9faf706e5ffa0cdc86b Mon Sep 17 00:00:00 2001 From: Antoine WEBER Date: Thu, 8 Oct 2015 12:09:11 +0200 Subject: [PATCH] correctif de la page serie --- views/show.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/show.jade b/views/show.jade index 5793045..e262384 100644 --- a/views/show.jade +++ b/views/show.jade @@ -17,7 +17,7 @@ block content each video, i in videos tr td - a(href="/movie/#{video.id}/#{channel_id}")= video.titre + a(href="/movie/#{video.id}")= video.titre td= video.season_episode td= video.duree script.