FIX: Broken HTML (thanks HTMLbars)
This commit is contained in:
parent
0f37ce1083
commit
72749a24e1
|
@ -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}}
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
<th> </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>
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
</tbody>
|
||||
</table>
|
||||
{{else}}
|
||||
<div class='alert alert-info'>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue