= $this->t('user_invites_text') ?>
= $this->submitTag($this->t('user_submit')) ?> | |
= $this->textFieldTag("member[name]", $this->params()->name, ['class' => 'ac-user-name']) ?> | |
= $this->select("member", "level", ["Contributor" => CONFIG()->user_levels["Contributor"], "Privileged" => CONFIG()->user_levels["Privileged"]]) ?> |
= $this->t('user_current_invites_text') ?>
= $this->t('user_user') ?> | = $this->t('users_posts') ?> | = $this->t('user_fav') ?> |
---|---|---|
= $this->linkTo($this->h($user->pretty_name()), ['user#show', 'id' => $user->id]) ?> | = $this->linkTo(Post::where('user_id = '.$user->id)->count(), ['post#index', 'tags' => 'user:'.$user->name]) ?> | = $this->linkTo($user->post_votes->select(['score' => 3])->size(), ['controller' => 'post', 'action' => 'index', 'tags' => 'vote:3:'.$user->name.' order:vote']) ?> |