mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
correct action typo
This commit is contained in:
parent
7c8cd9cfdd
commit
87a5cb982c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<div class="show-mores">
|
<div class="show-mores">
|
||||||
<div class='alert alert-info clickable' {{action "showInserted"}}>
|
<div class='alert alert-info clickable' {{action "showInserted"}}>
|
||||||
<a tabindex="0" href="" {{action "showInserted"}}>
|
<a tabindex="0" href="" {{action "showInserted"}}>
|
||||||
{{action "showInserted"}}>{{count-i18n key="topic_count_" suffix="latest" count=incomingCount}}
|
{{count-i18n key="topic_count_" suffix="latest" count=incomingCount}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue