modif du lien
This commit is contained in:
parent
a56104f7cc
commit
3e36f5f6da
|
@ -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
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -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%")
|
||||
|
|
Loading…
Reference in New Issue