mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
12 lines
No EOL
250 B
CoffeeScript
Executable file
12 lines
No EOL
250 B
CoffeeScript
Executable file
module.exports=
|
|
themes : (req, res)=>
|
|
res.render "info/themes",
|
|
title: 'Themes'
|
|
|
|
dropbox: (req, res)->
|
|
res.render "info/dropbox",
|
|
title: 'Dropbox with LaTeX'
|
|
|
|
advisor: (req, res)->
|
|
res.render "info/advisor",
|
|
title: 'Advisor Program' |