diff sat_templates/templates/bulma/components/menu_labels.html @ 360:c98a0a4a3fd0

bulma: "call" template, first draft: Basic template to make or receive calls. rel 422
author Goffi <goffi@goffi.org>
date Thu, 01 Jun 2023 20:50:47 +0200
parents 271b38ccd217
children
line wrap: on
line diff
--- a/sat_templates/templates/bulma/components/menu_labels.html	Sat Apr 08 13:59:12 2023 +0200
+++ b/sat_templates/templates/bulma/components/menu_labels.html	Thu Jun 01 20:50:47 2023 +0200
@@ -2,6 +2,7 @@
 {% set label = {
     'login': _('Session') if profile else _('Log in'),
     'blog': _('Blog'),
+    'calls': _('Calls'),
     'forums': _('Forums'),
     'merge-requests': _('Merge requests'),
     'merge-request_new': _('Create new merge request'),