FIX: Broken HTML (thanks HTMLbars)

This commit is contained in:
Robin Ward 2014-12-05 17:02:52 -05:00
parent 0f37ce1083
commit 72749a24e1
4 changed files with 4 additions and 3 deletions

View File

@ -73,7 +73,7 @@
<td>
{{#if user.admin}}<i class="fa fa-shield" title="{{i18n admin.title}}"></i>{{/if}}
{{#if user.moderator}}<i class="fa fa-shield" title="{{i18n admin.moderator}}"></i>{{/if}}
<td>
</td>
</tr>
{{/each}}

View File

@ -37,6 +37,7 @@
<th>&nbsp;</th>
<th>{{i18n about.stat.all_time}}</th>
<th>{{i18n about.stat.last_7_days}}</th>
</tr>
<tr>
<td class='title'>{{i18n about.topic_count}}</td>
<td>{{number stats.topic_count}}</td>
@ -58,7 +59,6 @@
<td>{{number stats.likes_7_days}}</td>
</tr>
</table>
</table>
</section>
</div>

View File

@ -47,6 +47,7 @@
</td>
</tr>
{{/each}}
</tbody>
</table>
{{else}}
<div class='alert alert-info'>

View File

@ -22,7 +22,7 @@
</li>
{{/if}}
{{#if showKeyboardShortcuts}}
<li><a href="#" {{action "keyboardShortcuts"}} class="keyboard-shortcuts-link">{{i18n keyboard_shortcuts_help.title}}</a>
<li><a href="#" {{action "keyboardShortcuts"}} class="keyboard-shortcuts-link">{{i18n keyboard_shortcuts_help.title}}</a></li>
{{/if}}
<li>
<a href="{{unbound faqUrl}}" class="faq-link">{{i18n faq}}</a>