gestion des titres vides

This commit is contained in:
Antoine WEBER 2015-10-08 12:13:22 +02:00
parent b7fb967bee
commit c7f06fe967
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ block content
each video, i in videos
tr
td
a(href="/movie/#{video.id}")= video.title
a(href="/movie/#{video.id}") #{video.titre} 
td= video.duree
td= video.year
script.

View File

@ -17,7 +17,7 @@ block content
each video, i in videos
tr
td
a(href="/movie/#{video.id}")= video.titre
a(href="/movie/#{video.id}") #{video.titre} 
td= video.season_episode
td= video.duree
script.