utilisation de lhistorique
This commit is contained in:
@@ -13,7 +13,7 @@ block content
|
||||
each video, i in videos
|
||||
tr
|
||||
td
|
||||
a(href="/movie/#{video.id}/#{channel.id}")= video.title
|
||||
a(href="/movie/#{video.id}")= video.title
|
||||
td= video.duree
|
||||
td= video.year
|
||||
script.
|
||||
|
||||
@@ -3,10 +3,10 @@ extends layout
|
||||
block content
|
||||
h1= movie.title
|
||||
|
||||
a(href="/channel/#{channel_id}") Retour à la liste
|
||||
a(href="#",onclick="window.history.back();") Retour à la liste
|
||||
br
|
||||
br
|
||||
|
||||
|
||||
label Note
|
||||
p= movie.rating
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ block content
|
||||
each show, i in shows
|
||||
tr
|
||||
td
|
||||
a(href="/show/#{show.id}/#{channel}")= show.title
|
||||
a(href="/show/#{show.id}")= show.title
|
||||
td= show.year
|
||||
script.
|
||||
$(document).ready(function() {
|
||||
|
||||
Reference in New Issue
Block a user