From 2037f51aea0ea6686c0e50e8098ec6c05fa5f77e Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Thu, 9 Nov 2017 18:40:03 +0100
Subject: [PATCH] [fix] Page view: hide city on small device

---
 www/plugins/es/templates/registry/view_record.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/plugins/es/templates/registry/view_record.html b/www/plugins/es/templates/registry/view_record.html
index 8238fd3cf..1d7b8a3b6 100644
--- a/www/plugins/es/templates/registry/view_record.html
+++ b/www/plugins/es/templates/registry/view_record.html
@@ -28,7 +28,7 @@
       <h4 class="content dark" ng-if="loading">
         <ion-spinner icon="android"></ion-spinner>
       </h4>
-      <h4 class="content gray" ng-if="formData.city">
+      <h4 class="content gray hidden-xs hidden-sm" ng-if="formData.city">
         <i class="icon ion-location"></i>
         <span ng-bind-html="formData.city"></span>
       </h4>
-- 
GitLab