regroupement des commandes sql

This commit is contained in:
Antoine WEBER
2015-09-24 18:15:40 +02:00
parent d6826c71c4
commit 7625f94a5c
2 changed files with 20 additions and 21 deletions

View File

@@ -7,19 +7,15 @@ block content
thead
tr
th Nom
th Saison
th Episode
th Saison & Episode
th Durée
th Année
tbody
each video, i in videos
tr
td
a(href="/movie/#{video.id}")= video.titre
td= video.saison
td= video.episode
td= video.season_episode
td= video.duree
td= video.year
script.
$(document).ready(function() {
$('#example').DataTable({