overleaf/services/web/app/views/subscriptions/group/invite.jade

29 lines
948 B
Text
Raw Normal View History

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
2015-05-27 16:45:29 -04:00
h1.text-centered You are invited to Join #{licenceName}
div(ng-show="!requestSent").row.text-centered
2015-05-27 16:45:29 -04:00
.col-md-12 You can claim a free premium account provided by #{licenceName} by verifying your email
.col-md-12  
.col-md-12
span.pull-right
a.btn.btn-default(href="/project") Skip
 
a.btn.btn.btn-primary(ng-click="joinGroup()") Verify email and join Group
2015-05-27 16:45:29 -04:00
span(ng-show="requestSent").row.text-centered
.col-md-8 Check your email to complete joinging the group
.col-md-4.pull-right
a.btn.btn.btn-primary(href="/project") Continue to projects