jade有毒吗?空格已经用table替换了,弄了以一下午,真笛梵!
extend ../layout
block content
.container
.row
table.tanle.table-hover.table-bordered
thead
tr
th 电影名字
th 导演
th 国家
th 上映年份
//-th 录入时间
th 查看
th 更新
th 删除
tbody
each item in movies
tr(class="item-id-#{item._id}")
td #{item.title}
td #{item.doctor}
td #{item.country}
td #{item.year}
//-td #{moment(item.meta.createsAt).format('MM/DD/YYYY')}
td: a(target="_blank",href="../movie/#{item._id}") 查看
td: a(target="_blank",href="../admin/update/#{item._id}") 修改
td
button.btn.btn-danger.del(type="button",data-id="#{item._id}") 删除