mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
29 lines
989 B
Text
29 lines
989 B
Text
extends ../../layout
|
|
|
|
block scripts
|
|
script(type='text/javascript').
|
|
window.subscription_id = '#{subscription_id}'
|
|
|
|
block content
|
|
.content.content-alt
|
|
.container
|
|
.row
|
|
.col-md-8.col-md-offset-2(ng-cloak)
|
|
.card(ng-controller="GroupSubscriptionInviteController")
|
|
.page-header
|
|
h1.text-centered #{translate("you_are_invited_to_group", {groupName:licenceName})}
|
|
div(ng-show="!requestSent").row.text-centered
|
|
|
|
.col-md-12 #{translate("you_can_claim_premium_account", {groupName:licenceName})}
|
|
.col-md-12
|
|
.col-md-12
|
|
span.pull-right
|
|
a.btn.btn-default(href="/project") #{translate("not_now")}
|
|
|
|
a.btn.btn.btn-primary(ng-click="joinGroup()") #{translate("verify_email_join_group")}
|
|
|
|
|
|
span(ng-show="requestSent").row.text-centered
|
|
.col-md-8 #{translate("check_email_to_complete_group")}
|
|
.col-md-4.pull-right
|
|
a.btn.btn.btn-primary(href="/project") #{translate("done")}
|