From d842a6f7aa4d74b358dc2c674157f2a9b25886a8 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 31 Mar 2015 19:41:54 -0400 Subject: [PATCH] Improve default style of links --- mayan/apps/appearance/templates/appearance/base.html | 2 ++ .../templates/navigation/generic_link_instance.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mayan/apps/appearance/templates/appearance/base.html b/mayan/apps/appearance/templates/appearance/base.html index 6548510070..97e6db6a4c 100644 --- a/mayan/apps/appearance/templates/appearance/base.html +++ b/mayan/apps/appearance/templates/appearance/base.html @@ -117,11 +117,13 @@ {% with 'true' as hide_active_anchor %} {% with 'active' as li_class_active %} {% with 'first' as li_class_first %} + {% with ' ' as link_classes %} {% include 'navigation/generic_subnavigation.html' %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} + {% endwith %} {% endfor %}