Authored by htoooth

remove nodownload

... ... @@ -24,7 +24,8 @@ function index(req, res, next) {
res.render('yoluck/list', {
page: 'yoluck-list',
tabpanel: result,
localCss: true
localCss: true,
nodownload: true
});
}).catch(next);
... ... @@ -70,8 +71,9 @@ function detail(req, res, next) {
res.render('yoluck/detail', {
page: 'yoluck-detail',
result,
localCss: true,
result
nodownload: true
});
}).catch(next);
... ...