From b6b07d377192665e00b0f016bdc56d8d5d33b92e Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Wed, 07 Jan 2015 09:52:38 -0500
Subject: [PATCH] - Layout fixes - Responsive fixes
---
interface/web/dashboard/dashlets/templates/modules.htm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/dashboard/dashlets/templates/modules.htm b/interface/web/dashboard/dashlets/templates/modules.htm
index 442e102..0f60b1b 100644
--- a/interface/web/dashboard/dashlets/templates/modules.htm
+++ b/interface/web/dashboard/dashlets/templates/modules.htm
@@ -10,7 +10,7 @@
</div>
</div>
<div class='btn btn-default button'>
- <a href='#' data-capp='{tmp_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a>
+ <a href='#' data-capp='{tmpl_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a>
</div>
</li>
</tmpl_loop>
--
Gitblit v1.9.1