mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
18 lines
No EOL
462 B
Text
18 lines
No EOL
462 B
Text
extends ../../layout
|
|
|
|
block content
|
|
.content.content-alt
|
|
.container
|
|
.row
|
|
.col-md-8.col-md-offset-2
|
|
.card.project-invite-invalid
|
|
.page-header.text-centered
|
|
h1 #{translate("invite_not_valid")}
|
|
.row.text-center
|
|
.col-md-12
|
|
p
|
|
| #{translate("invite_not_valid_description")}.
|
|
.row.text-center.actions
|
|
.col-md-12
|
|
a.btn.btn-info(href="/project") #{translate("back_to_your_projects")}
|
|
|