Blog

<% @posts.each do |p| %>

<%= link_to p.title, p %>

<%= link_to pluralize(p.comments.count, "Comment"), p %>
<%= RbbCode.new.convert(p.text).html_safe %>
<% end %> <%= link_to 'Make new Post', new_blogpost_path if current_user && current_user.rank >= rank_to_int("mod") %>