mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Also hide button, when viewing student plans.
This commit is contained in:
parent
09c188030c
commit
bba39cc902
1 changed files with 4 additions and 1 deletions
|
@ -139,7 +139,10 @@ block content
|
|||
li
|
||||
li
|
||||
br
|
||||
a.btn.btn-info(href="/register") #{translate("sign_up_now")}
|
||||
a.btn.btn-info(
|
||||
href="/register"
|
||||
style=(getLoggedInUserId() === undefined ? "" : "visibility: hidden")
|
||||
) #{translate("sign_up_now")}
|
||||
|
||||
.col-md-4
|
||||
.card.card-highlighted
|
||||
|
|
Loading…
Reference in a new issue