mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-12 01:54:02 +00:00
remove unneeded hide on cancelation basic
This commit is contained in:
parent
d5cf8f6886
commit
297e33f1a0
1 changed files with 4 additions and 5 deletions
|
@ -137,11 +137,10 @@ block content
|
|||
a(ng-click="cancelSubscription()", ng-disabled='inflight').btn.btn-primary #{translate("cancel_my_account")}
|
||||
|
||||
span(ng-if="sixpackOpt == 'basic'")
|
||||
div(ng-show="!isMonthlyCollab && !stillInFreeTrial")
|
||||
p #{translate("sure_you_want_to_cancel")}
|
||||
a(href="/project").btn.btn-info #{translate("i_want_to_stay")}
|
||||
|
|
||||
a(ng-click="cancelSubscription()", ng-disabled='inflight').btn.btn-primary #{translate("cancel_my_account")}
|
||||
p #{translate("sure_you_want_to_cancel")}
|
||||
a(href="/project").btn.btn-info #{translate("i_want_to_stay")}
|
||||
|
|
||||
a(ng-click="cancelSubscription()", ng-disabled='inflight').btn.btn-primary #{translate("cancel_my_account")}
|
||||
|
||||
script(type="text/javascript").
|
||||
$('#cancelSubscription').on("click", function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue