If user is in beta program, show link to opt-out page on the settings page.

This commit is contained in:
Shane Kilkelly 2016-06-08 15:31:14 +01:00
parent 8f1fec8c4f
commit 6ca2e2204b

View file

@ -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()