<%= link_to "Forums", forums_path %> → <%= link_to @forum.group, @forum.group %> → <%= link_to @forum %>

<%= @forum.name %>

<%= link_to "New thread", new_forumthread_path, class: "btn blue" %>
<% @threads.each do |thread| %>
<%= thread.name %>
<% end %>