From 7bc47f708c9a4d8c383330b3743b3eacd7adabcc Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Wed, 23 Oct 2019 13:09:08 +0100 Subject: [PATCH] Hide asset list quicklinks on mobile. Partial #336. Bit of a sledgehammer approach I know... --- assets/templates/asset_list.html | 2 +- assets/templates/partials/asset_list_table_body.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/templates/asset_list.html b/assets/templates/asset_list.html index 7b8aa640..5383ac41 100644 --- a/assets/templates/asset_list.html +++ b/assets/templates/asset_list.html @@ -38,7 +38,7 @@ Description Category Status - Quick Links + Quick Links diff --git a/assets/templates/partials/asset_list_table_body.html b/assets/templates/partials/asset_list_table_body.html index 17012240..a11c6d09 100644 --- a/assets/templates/partials/asset_list_table_body.html +++ b/assets/templates/partials/asset_list_table_body.html @@ -15,7 +15,7 @@ {{ item.description }} {{ item.category }} {{ item.status }} - +
View