WIP page des show
This commit is contained in:
@@ -9,8 +9,7 @@ block content
|
||||
label Télécharger
|
||||
br
|
||||
each file, i in movie.file
|
||||
a(href="/file/#{file.id}/#{file.filename}")
|
||||
#{file.size} #{file.filename}
|
||||
a(href="/file/#{file.id}/#{file.filename}") #{file.size} #{file.filename}
|
||||
br
|
||||
|
||||
label Résumé
|
||||
|
||||
@@ -12,7 +12,7 @@ block content
|
||||
each show, i in shows
|
||||
tr
|
||||
td
|
||||
a(href="/show/#{show.id}")= show.nom
|
||||
a(href="/show/#{show.id}")= show.title
|
||||
td= show.year
|
||||
script.
|
||||
$(document).ready(function() {
|
||||
|
||||
Reference in New Issue
Block a user