mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-27 17:00:06 +02:00

* Setup prettier * Ignore these pug templates by prettier * Fix typo * Fix prettier error * Add prettier-ignore for quoting of event-segmentation attribute * Manual tab indentation * Interpolate * Remove unbuffered if conditional * Inline event-segmentation objects and remove prettier-ignore rule * Fix spacing before interpolation * Source format * Source format GitOrigin-RevId: c30e037f5caf8f91efc1bd9e75f81ae533b5a506
18 lines
555 B
Text
18 lines
555 B
Text
extends ../../layout-marketing
|
|
|
|
block content
|
|
main#main-content.content.content-alt
|
|
.container
|
|
.row
|
|
.col-md-8.col-md-offset-2.offset-md-2
|
|
.card.project-invite-invalid
|
|
.card-body
|
|
.page-header.text-center
|
|
h1 #{translate("invite_not_valid")}
|
|
.row.text-center
|
|
.col-12.col-md-12
|
|
p
|
|
| #{translate("invite_not_valid_description")}.
|
|
.row.text-center.actions
|
|
.col-12.col-md-12
|
|
a.btn.btn-secondary-info.btn-secondary(href='/project') #{translate("back_to_your_projects")}
|