From a7796bec1be01b51f400e9a3a698535b12b636aa Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Thu, 11 Feb 2016 13:44:27 -0500 Subject: [PATCH] Merge branch 'stable-3.1' --- interface/web/dashboard/dashlets/templates/modules.htm | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/interface/web/dashboard/dashlets/templates/modules.htm b/interface/web/dashboard/dashlets/templates/modules.htm index 0f60b1b..d42bf2e 100644 --- a/interface/web/dashboard/dashlets/templates/modules.htm +++ b/interface/web/dashboard/dashlets/templates/modules.htm @@ -9,9 +9,7 @@ <div class='title'>{tmpl_var name='modules_title'}</div> </div> </div> - <div class='btn btn-default button'> - <a href='#' data-capp='{tmpl_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a> - </div> + <a href='#' class='btn btn-default button' data-capp='{tmpl_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a> </li> </tmpl_loop> </ul> -- Gitblit v1.9.1