We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8081dfc commit 1e00f89Copy full SHA for 1e00f89
interface/web/dashboard/dashlets/templates/modules.htm
@@ -9,9 +9,7 @@ <h2>{tmpl_var name='available_modules_txt'}</h2>
9
<div class='title'>{tmpl_var name='modules_title'}</div>
10
</div>
11
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>
+ <a href='#' class='btn btn-default button' data-capp='{tmpl_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a>
15
</li>
16
</tmpl_loop>
17
</ul>
0 commit comments