Hide sign up button via visibility, to keep the layout fixed.

This commit is contained in:
Paulo Reis 2016-08-30 17:42:23 +01:00
parent c44f33ce99
commit 09c188030c

View file

@ -72,7 +72,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
.card-header