gestion des titres vides
This commit is contained in:
parent
c7f06fe967
commit
90a880cce0
|
@ -13,7 +13,7 @@ block content
|
|||
each video, i in videos
|
||||
tr
|
||||
td
|
||||
a(href="/movie/#{video.id}") #{video.titre}
|
||||
a(href="/movie/#{video.id}") #{video.title}
|
||||
td= video.duree
|
||||
td= video.year
|
||||
script.
|
||||
|
|
Loading…
Reference in New Issue