mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Merge pull request #2285 from overleaf/jel-institution-information-link
Add institution information link GitOrigin-RevId: 72116311dfaddae145b4cbdbadbf039b30857890
This commit is contained in:
committed by
sharelatex
parent
66ed04eef5
commit
bf5df0f235
@@ -80,8 +80,7 @@ const UserPagesController = {
|
||||
}
|
||||
res.render('user/login', {
|
||||
title: 'login',
|
||||
email: req.query.email,
|
||||
samlBeta: req.session.samlBeta
|
||||
email: req.query.email
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
mixin aboutInstitutionLink()
|
||||
a(href="/") #{translate("find_out_more_about_institution_login")}.
|
||||
a(href="/learn/how-to/Institutional_Login") #{translate("find_out_more_about_institution_login")}.
|
||||
|
||||
mixin btnMakePrimaryDisabled(tooltip)
|
||||
div(
|
||||
|
||||
Reference in New Issue
Block a user