2014-04-14 01:17:07 -04:00
|
|
|
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
|
2014-06-18 09:47:29 -04:00
|
|
|
| touch (support@sharelatex.com).
|
2014-04-14 01:17:07 -04:00
|
|
|
|
|
|
|
.row-fluid
|
|
|
|
table.table
|
2017-01-31 09:57:22 -05:00
|
|
|
each project in projects
|
2014-04-14 01:17:07 -04:00
|
|
|
tr
|
|
|
|
- project_id = project._id.toString()
|
2019-03-18 06:24:54 -04:00
|
|
|
td(width="50%", ng-non-bindable) #{project.name}
|
2014-04-14 01:17:07 -04:00
|
|
|
td(width="25%")
|
2017-01-31 09:57:22 -05:00
|
|
|
a.btn(href="/project/"+project_id+"/zip") Download latest version as Zip
|
2014-04-14 01:17:07 -04:00
|
|
|
|
|
|
|
include general/small-footer
|