mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
20 lines
448 B
Text
20 lines
448 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
|
||
|
.page-header
|
||
|
h1 You have joined #{licenceName}
|
||
|
span(ng-show="!requestSent")
|
||
|
div You have claimed your premium account provided by #{licenceName}.
|
||
|
|
||
|
a.btn.btn-success(href="/project") Done
|
||
|
|