mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Restore button doesn't work
This commit is contained in:
parent
ea651ee9bd
commit
c249ea91f9
1 changed files with 1 additions and 3 deletions
|
@ -24,8 +24,6 @@ block content
|
|||
- project_id = project._id.toString()
|
||||
td(width="50%") #{project.name}
|
||||
td(width="25%")
|
||||
a.btn(href="/project/#{project_id}/zip") Download as Zip
|
||||
td(width="25%")
|
||||
a.btn.btn-primary(href="/project/new/template?zipUrl=/project/#{project_id}/zip&templateName=#{project.name}_(Restored)") Restore to ShareLaTeX
|
||||
a.btn(href="/project/#{project_id}/zip") Download latest version as Zip
|
||||
|
||||
include general/small-footer
|
||||
|
|
Loading…
Reference in a new issue