FIX: Broken HTML (thanks HTMLbars)
This commit is contained in:
parent
0f37ce1083
commit
72749a24e1
|
@ -73,7 +73,7 @@
|
||||||
<td>
|
<td>
|
||||||
{{#if user.admin}}<i class="fa fa-shield" title="{{i18n admin.title}}"></i>{{/if}}
|
{{#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}}
|
{{#if user.moderator}}<i class="fa fa-shield" title="{{i18n admin.moderator}}"></i>{{/if}}
|
||||||
<td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
<th> </th>
|
<th> </th>
|
||||||
<th>{{i18n about.stat.all_time}}</th>
|
<th>{{i18n about.stat.all_time}}</th>
|
||||||
<th>{{i18n about.stat.last_7_days}}</th>
|
<th>{{i18n about.stat.last_7_days}}</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class='title'>{{i18n about.topic_count}}</td>
|
<td class='title'>{{i18n about.topic_count}}</td>
|
||||||
<td>{{number stats.topic_count}}</td>
|
<td>{{number stats.topic_count}}</td>
|
||||||
|
@ -58,7 +59,6 @@
|
||||||
<td>{{number stats.likes_7_days}}</td>
|
<td>{{number stats.likes_7_days}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</table>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class='alert alert-info'>
|
<div class='alert alert-info'>
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
</li>
|
</li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if showKeyboardShortcuts}}
|
{{#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}}
|
{{/if}}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{unbound faqUrl}}" class="faq-link">{{i18n faq}}</a>
|
<a href="{{unbound faqUrl}}" class="faq-link">{{i18n faq}}</a>
|
||||||
|
|
Loading…
Reference in New Issue