overleaf/services/web/app/views/restore.pug
Alasdair Smith 41f75b5936 Merge pull request #1543 from sharelatex/as-fix-potential-angular-xss
Fix potential Angular XSS issues

GitOrigin-RevId: a18a609a25b29e910cb78e28a37398417cfe4842
2019-03-18 10:37:15 +00:00

29 lines
755 B
Text

extends layout
block content
.content
.row
.span10.offset1
.box
.row-fluid
.span12
.page-header
h1 Recover projects
.row-fluid
.span12
.well
p If any of your projects are missing, or are not showing the most recent updates, you
| can recover from our latest back ups here. If you have any problems, please get in
| touch (support@sharelatex.com).
.row-fluid
table.table
each project in projects
tr
- project_id = project._id.toString()
td(width="50%", ng-non-bindable) #{project.name}
td(width="25%")
a.btn(href="/project/"+project_id+"/zip") Download latest version as Zip
include general/small-footer