Skip to content

Commit 1e00f89

Browse files
author
Marius Cramer
committed
- fixed html of module buttons in dashboard
1 parent 8081dfc commit 1e00f89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

interface/web/dashboard/dashlets/templates/modules.htm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ <h2>{tmpl_var name='available_modules_txt'}</h2>
99
<div class='title'>{tmpl_var name='modules_title'}</div>
1010
</div>
1111
</div>
12-
<div class='btn btn-default button'>
13-
<a href='#' data-capp='{tmpl_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a>
14-
</div>
12+
<a href='#' class='btn btn-default button' data-capp='{tmpl_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a>
1513
</li>
1614
</tmpl_loop>
1715
</ul>

0 commit comments

Comments
 (0)