FIX: `custom-html` tag had broken information

This commit is contained in:
Robin Ward 2016-12-20 11:49:30 -05:00
parent c302ffe08f
commit 16b236899c
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
<div class="dashboard-stats version-check {{if versionCheck.critical_updates 'critical' 'normal'}}"> <div class="dashboard-stats version-check {{if versionCheck.critical_updates 'critical' 'normal'}}">
<table class="table table-condensed table-hover">
{{custom-html name="upgrade-header" versionCheck=versionCheck tagName="thead"}}
</table>
<table class="table table-condensed table-hover"> <table class="table table-condensed table-hover">
<thead> <thead>
{{custom-html name="upgrade-header"}}
<tr> <tr>
<th>&nbsp;</th> <th>&nbsp;</th>
<th>{{i18n 'admin.dashboard.installed_version'}}</th> <th>{{i18n 'admin.dashboard.installed_version'}}</th>