mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
25 lines
769 B
Text
25 lines
769 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 You are invited to Join #{licenceName}
|
|
span(ng-show="!requestSent")
|
|
div You can claim a free premium account provided by #{licenceName} by verifying your email
|
|
|
|
a.btn.btn-default(href="/project") Skip
|
|
|
|
a.btn.btn.btn-primary(ng-click="joinGroup()") Verify email and join Group
|
|
|
|
span(ng-show="requestSent")
|
|
div Check your email to complete joinging the group
|
|
|
|
a.btn(href="/project") Continue to projects
|