mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
make button for downgrade centered and lower
This commit is contained in:
parent
bdc2206ef1
commit
7a88afc953
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@ block content
|
|||
|
||||
div(ng-show="isMonthlyCollab && !stillInFreeTrial", style="text-align: center")
|
||||
span(ng-controller="ChangePlanFormController")
|
||||
!{translate("interested_in_cheaper_plan",{price:'{{studentPrice}}'})}
|
||||
p
|
||||
!{translate("interested_in_cheaper_plan",{price:'{{studentPrice}}'})}
|
||||
button(type="submit", ng-click="downgradeToStudent()", ng-disabled='inflight').btn.btn-success #{translate("yes_please")}
|
||||
p
|
||||
|
|
||||
|
|
Loading…
Reference in a new issue