mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
ngcloak template button while loading
This commit is contained in:
parent
2ada8076d1
commit
8320970a29
1 changed files with 5 additions and 8 deletions
|
@ -28,20 +28,17 @@ block content
|
||||||
.template-details-section
|
.template-details-section
|
||||||
h3 #{translate("about")}
|
h3 #{translate("about")}
|
||||||
div !{template.description}
|
div !{template.description}
|
||||||
div(ng-controller="openInSlController").download-buttons
|
div(ng-controller="openInSlController", ng-cloak).download-buttons
|
||||||
a.btn.btn-primary.btn-large(href=template.open_in_sharelatex_url, ng-click='open()', ng-disabled="isDisabled", rel='nofollow') {{openInSlText}}
|
a.btn.btn-primary.btn-large(href=template.open_in_sharelatex_url, ng-click='open()', ng-disabled="isDisabled", rel='nofollow') {{openInSlText}}
|
||||||
|
|
|
|
||||||
|
|
||||||
a.btn.btn-default(
|
a.btn.btn-default(
|
||||||
href=template.zipUrl,
|
href=template.zipUrl,
|
||||||
rel='nofollow',
|
rel='nofollow',
|
||||||
ng-click='downloadZip()',
|
ng-click='downloadZip()',
|
||||||
data-toggle="tooltip",
|
tooltip-placement="bottom",
|
||||||
data-placement="bottom",
|
tooltip="Download .zip File"
|
||||||
title="",
|
|
||||||
data-original-title="Download .zip File"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
i.fa.fa-cloud-download
|
i.fa.fa-cloud-download
|
||||||
.template-details-section.social_buttons
|
.template-details-section.social_buttons
|
||||||
.addthis_toolbox.addthis_default_style.addthis_32x32_style
|
.addthis_toolbox.addthis_default_style.addthis_32x32_style
|
||||||
|
|
Loading…
Reference in a new issue