From 66dba12020447caeac750b4d804e7600405a1a59 Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Fri, 9 Apr 2021 12:08:32 +0200 Subject: [PATCH] hide github link on mobile --- extensions/odoo_theme/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/odoo_theme/layout.html b/extensions/odoo_theme/layout.html index 7c188d451..8d8b3fdf1 100644 --- a/extensions/odoo_theme/layout.html +++ b/extensions/odoo_theme/layout.html @@ -107,7 +107,7 @@ {# Do not show the edition link for pages without content #} {% if github_link and pagename != 'search' %} - Edit on GitHub + Edit on GitHub {% endif %} {% endif %}