changeset 375:88d5cb043a65

bulma (call); remove now unused `call_button`
author Goffi <goffi@goffi.org>
date Wed, 16 Aug 2023 09:46:20 +0200
parents 5646df8bd391
children c1f384f006e8
files sat_templates/templates/bulma/call/call_button.html
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/call/call_button.html	Tue Aug 15 17:12:18 2023 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-<button class="button {% if call_mode == 'video' %}is-success{% else %}is-dark{% endif %}" id="call_btn">
-    {% if call_mode == 'video' %}
-        <i class="icon-videocam" aria-hidden="true"></i>
-        {% trans %}Video Call{% endtrans %}
-    {% else %}
-        <i class="icon-phone" aria-hidden="true"></i>
-        {% trans %}Audio Call{% endtrans %}
-    {% endif %}
-</button>