From fe2cf70d93adcf871518e8a584b52bdf7b052535 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 26 Dec 2018 05:57:52 -0400 Subject: [PATCH] Display action dropdown only if there are links Signed-off-by: Roberto Rosario --- .../generic_list_items_subtemplate.html | 44 ++++++++++--------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html index e723da8c3c..1299170791 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html @@ -86,28 +86,30 @@ {% if not hide_links %} {% get_menus_links names='list facet,object' source=object as links %} - + {% endif %} {% endif %}