mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
If user is in beta program, show link to opt-out page on the settings page.
This commit is contained in:
@@ -99,6 +99,17 @@ block content
|
||||
|
||||
| !{moduleIncludes("userSettings", locals)}
|
||||
|
||||
if (user.betaProgram)
|
||||
hr
|
||||
|
||||
h3
|
||||
| #{translate("sharelatex_beta_program")}
|
||||
|
||||
p.small
|
||||
| #{translate("beta_program_already_participating")}
|
||||
div
|
||||
a(href="/beta/participate") #{translate("manage_beta_program_membership")}
|
||||
|
||||
hr
|
||||
|
||||
if !externalAuthenticationSystemUsed()
|
||||
|
||||
Reference in New Issue
Block a user