{this.posts()} @@ -195,7 +205,7 @@ export class Main extends Component {
{!this.state.loading && (
-
+
{this.trendingCommunities()} {UserService.Instance.user && @@ -226,7 +236,7 @@ export class Main extends Component {
)} {i18n.t('create_a_community')} @@ -295,7 +305,7 @@ export class Main extends Component { siteInfo() { return (
-
+
{`${this.state.siteRes.site.name}`}
{this.canAdmin && ( @@ -315,32 +325,32 @@ export class Main extends Component { )}
    {/* -
  • +
  • {i18n.t('number_online', { count: this.state.siteRes.online })}
  • */} -
  • +
  • {i18n.t('number_of_users', { count: this.state.siteRes.site.number_of_users, })}
  • -
  • +
  • {i18n.t('number_of_communities', { count: this.state.siteRes.site.number_of_communities, })}
  • -
  • +
  • {i18n.t('number_of_posts', { count: this.state.siteRes.site.number_of_posts, })}
  • -
  • +
  • {i18n.t('number_of_comments', { count: this.state.siteRes.site.number_of_comments, })}
  • - + {i18n.t('modlog')}
  • @@ -364,7 +374,7 @@ export class Main extends Component {
{this.state.siteRes.site.description && ( -
+
{ landing() { return ( -
+
{i18n.t('powered_by')} @@ -517,7 +527,7 @@ export class Main extends Component {
{this.state.page > 1 && (