gestion des titres vides

This commit is contained in:
Antoine WEBER 2015-10-08 12:14:53 +02:00
parent c7f06fe967
commit 90a880cce0
1 changed files with 1 additions and 1 deletions

View File

@ -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.