<%= "Administrator" if @post.user.admin? %>
++ <% if @post.user.admin? %> + Administrator + <% end %> + <% if @post.user.moderator? %> + Moderator + <% end %> + <% if @post.user.banned? %> + Banned + <% end %> +
Posts <%= @post.user.posts_count %><%= "Administrator" if post.user.admin? %>
++ <% if post.user.admin? %> + Administrator + <% end %> + <% if post.user.moderator? %> + Moderator + <% end %> + <% if post.user.banned? %> + Banned + <% end %> +
Posts <%= post.user.posts_count %>