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,7 +28,7 @@ block content
|
|||
.template-details-section
|
||||
h3 #{translate("about")}
|
||||
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}}
|
||||
|
|
||||
|
||||
|
@ -36,12 +36,9 @@ block content
|
|||
href=template.zipUrl,
|
||||
rel='nofollow',
|
||||
ng-click='downloadZip()',
|
||||
data-toggle="tooltip",
|
||||
data-placement="bottom",
|
||||
title="",
|
||||
data-original-title="Download .zip File"
|
||||
tooltip-placement="bottom",
|
||||
tooltip="Download .zip File"
|
||||
)
|
||||
|
||||
i.fa.fa-cloud-download
|
||||
.template-details-section.social_buttons
|
||||
.addthis_toolbox.addthis_default_style.addthis_32x32_style
|
||||
|
|
Loading…
Reference in a new issue