Remove old ansible comments (#25352)
This commit is contained in:
parent
d7a98fe392
commit
d01eabd340
1 changed files with 0 additions and 6 deletions
|
@ -181,11 +181,6 @@ we don't have an account and should hide them. No account == no guest account ei
|
||||||
<div class="mx_ButtonLabel">_t("Create Account")</div>
|
<div class="mx_ButtonLabel">_t("Create Account")</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- The comments below are meant to be used by Ansible as a quick way
|
|
||||||
to strip out the marked content when desired.
|
|
||||||
See https://github.com/vector-im/element-web/issues/8622.
|
|
||||||
TODO: Strip out these comments and rely on the guest flag -->
|
|
||||||
<!-- BEGIN Ansible: Remove these lines when guest access is disabled -->
|
|
||||||
<div class="mx_ButtonRow mx_WelcomePage_guestFunctions">
|
<div class="mx_ButtonRow mx_WelcomePage_guestFunctions">
|
||||||
<div>
|
<div>
|
||||||
<a href="#/directory" class="mx_ButtonParent mx_SecondaryButton mx_Button_iconRoomDirectory">
|
<a href="#/directory" class="mx_ButtonParent mx_SecondaryButton mx_Button_iconRoomDirectory">
|
||||||
|
@ -193,6 +188,5 @@ we don't have an account and should hide them. No account == no guest account ei
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- END Ansible: Remove these lines when guest access is disabled -->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue