%= link_to @forum.group, forumgroup_path(@forum.group) %> → <%= @forum %>
<%= link_to "New thread", new_forumthread_path(forum: @forum), class: "btn blue" %>
<% end %> <% if @forum.role_read && @forum.role_write && @forum.role_write < @forum.role_read %>