modif du lien

This commit is contained in:
Antoine WEBER 2015-10-07 18:16:39 +02:00
parent a56104f7cc
commit 3e36f5f6da
2 changed files with 4 additions and 2 deletions

View File

@ -59,7 +59,8 @@ router.get('/:id/:incoming_chan', function(req, res, next) {
res.render('show',{
title: titre,
videos: data,
channel_id: req.params.incoming_chan
channel_id: req.params.incoming_chan,
show_id: req.params.id
});
});

View File

@ -3,7 +3,8 @@ extends layout
block content
h1= title
a(href="/channel/#{channel_id}") Retour à la liste des séries
a(href="/show_list/#{channel_id}") Retour à la liste des séries
br
br
table(id="example", class="table table-striped table-bordered", cellspacing="0", width="100%")