Marius Cramer
2015-05-26 1e00f89050a47a987d86a40ca94bfb5a25d41d1a
- fixed html of module buttons in dashboard
1 files modified
4 ■■■ changed files
interface/web/dashboard/dashlets/templates/modules.htm 4 ●●● patch | view | raw | blame | history
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>