mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
0f1c732d15
Refactor subscription dashboard GitOrigin-RevId: 3573822b8b48c7181c661b2c253d7713f4a4328c
13 lines
No EOL
296 B
Text
13 lines
No EOL
296 B
Text
if (personalSubscription.recurly)
|
|
include ./_personal_subscription_recurly
|
|
else
|
|
include ./_personal_subscription_custom
|
|
|
|
if(personalSubscription.groupPlan)
|
|
hr
|
|
p
|
|
| You are the manager of a group subscription
|
|
p
|
|
a(href="/subscription/group").btn.btn-success !{translate("manage_group")}
|
|
|
|
hr |