Add missing <tbody> tags.

This commit is contained in:
Vikhyat Korrapati 2014-06-14 13:46:38 +05:30
parent cd766ed587
commit 7daf584251
2 changed files with 16 additions and 12 deletions

View File

@ -2,6 +2,7 @@
<h1>{{i18n badges.title}}</h1> <h1>{{i18n badges.title}}</h1>
<table class='badges-listing'> <table class='badges-listing'>
<tbody>
{{#each}} {{#each}}
<tr> <tr>
<td class='badge'>{{user-badge badge=this}}</td> <td class='badge'>{{user-badge badge=this}}</td>
@ -9,5 +10,6 @@
<td class='grant-count'>{{i18n badges.granted count=grant_count}}</td> <td class='grant-count'>{{i18n badges.granted count=grant_count}}</td>
</tr> </tr>
{{/each}} {{/each}}
</tbody>
</table> </table>
</div> </div>

View File

@ -6,11 +6,13 @@
</h1> </h1>
<table class='badges-listing'> <table class='badges-listing'>
<tbody>
<tr> <tr>
<td class='badge'>{{user-badge badge=this}}</td> <td class='badge'>{{user-badge badge=this}}</td>
<td class='description'>{{displayDescription}}</td> <td class='description'>{{displayDescription}}</td>
<td class='grant-count'>{{i18n badges.granted count=grant_count}}</td> <td class='grant-count'>{{i18n badges.granted count=grant_count}}</td>
</tr> </tr>
</tbody>
</table> </table>
{{#if userBadges}} {{#if userBadges}}