]> git.ipfire.org Git - ipfire.org.git/commitdiff
support: Drop chat section
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Nov 2020 20:56:13 +0000 (20:56 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Nov 2020 20:56:13 +0000 (20:56 +0000)
This is being massively unused now

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/static/support.html

index e5fdb68fe98ce7db52747b0ca3bb9fd233f39e13..0786237b15ba32fb787d1acafab5d289ce7c5187 100644 (file)
                        </div>
                </div>
        </section>
-
-       <section>
-               <div class="container">
-                       <div class="row justify-content-between">
-                               <div class="col-12 col-md-3 d-flex align-items-center justify-content-center justify-content-md-start">
-                                       <span class="fas fa-comments icon-large my-5"></span>
-                               </div>
-
-                               <div class="col-12 col-md-7">
-                                       <h1>{{ _("Chat") }}</h1>
-
-                                       <p>
-                                               You can chat live with other IPFire users and developers.
-                                               To join our chat room, point your XMPP client to:
-                                       </p>
-
-                                       <a class="btn btn-light" href="xmpp:ipfire@conference.ipfire.org?join">
-                                               ipfire@conference.ipfire.org
-                                       </a>
-                               </div>
-                       </div>
-               </div>
-       </section>
 {% end block %}