mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1377 from sharelatex/as-deemphasise-download-zip
De-emphasise download zip button if not the primary action GitOrigin-RevId: 041c44109897c30ade9f5ed2ef47a416749a87a5
This commit is contained in:
parent
b969526c19
commit
7ee0dcbd7c
1 changed files with 5 additions and 2 deletions
|
@ -42,6 +42,9 @@ block content
|
||||||
ng-value="v2ImportForm.inflight || v2ImportForm.response.success ? 'Moving to v2...' : 'Move Project and Continue'"
|
ng-value="v2ImportForm.inflight || v2ImportForm.response.success ? 'Moving to v2...' : 'Move Project and Continue'"
|
||||||
ng-disabled="v2ImportForm.inflight || v2ImportForm.response.success"
|
ng-disabled="v2ImportForm.inflight || v2ImportForm.response.success"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
.row-spaced-small.text-center
|
||||||
|
a(href="/overleaf/project/" + projectId + "/download/zip") Download project zip file
|
||||||
else
|
else
|
||||||
p.text-center.row-spaced.small
|
p.text-center.row-spaced.small
|
||||||
| #[strong #{name}] has not yet been moved into the new version of
|
| #[strong #{name}] has not yet been moved into the new version of
|
||||||
|
|
Loading…
Reference in a new issue