add lowercase "translations" for topic map
This commit is contained in:
@@ -8,40 +8,40 @@
|
||||
<ul class="clearfix">
|
||||
<li>
|
||||
<a href='{{unbound topic.url}}' class='{{cold-age-class topic.created_at}}'>
|
||||
<h4>{{i18n created}}</h4>
|
||||
<h4>{{i18n created_lowercase}}</h4>
|
||||
{{avatar details.created_by imageSize="tiny"}}
|
||||
{{date topic.created_at}}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a {{bind-attr href="topic.lastPostUrl"}}>
|
||||
<h4>{{i18n last_post}}</h4>
|
||||
<h4>{{i18n last_post_lowercase}}</h4>
|
||||
{{avatar details.last_poster imageSize="tiny"}}
|
||||
{{date topic.last_posted_at}}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
{{number topic.posts_count}}
|
||||
<h4>{{i18n posts}}</h4>
|
||||
<h4>{{i18n posts_lowercase}}</h4>
|
||||
</li>
|
||||
<li class='secondary'>
|
||||
{{number topic.views class=topic.viewsHeat}}
|
||||
<h4>{{i18n views}}</h4>
|
||||
<h4>{{i18n views_lowercase}}</h4>
|
||||
</li>
|
||||
<li class='secondary'>
|
||||
{{number topic.participant_count}}
|
||||
<h4>{{i18n users}}</h4>
|
||||
<h4>{{i18n users_lowercase}}</h4>
|
||||
</li>
|
||||
{{#if topic.like_count}}
|
||||
<li class='secondary'>
|
||||
<i class='fa fa-heart'></i> {{number topic.like_count}}
|
||||
<h4>{{i18n likes}}</h4>
|
||||
<h4>{{i18n likes_lowercase}}</h4>
|
||||
</li>
|
||||
{{/if}}
|
||||
{{#if details.links.length}}
|
||||
<li class='secondary'>
|
||||
{{number details.links.length}}
|
||||
<h4>{{i18n links}}</h4>
|
||||
<h4>{{i18n links_lowercase}}</h4>
|
||||
</li>
|
||||
{{/if}}
|
||||
<li {{bind-attr class=":avatars mapCollapsed::hidden"}}>
|
||||
|
||||
Reference in New Issue
Block a user