summaryrefslogtreecommitdiff
path: root/app/views/forums/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/forums/index.html.erb')
-rw-r--r--app/views/forums/index.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/forums/index.html.erb b/app/views/forums/index.html.erb
index f09ea20..0a2fbaf 100644
--- a/app/views/forums/index.html.erb
+++ b/app/views/forums/index.html.erb
@@ -1,5 +1,7 @@
<% title "Forums" %>
+<%= link_to "All threads", forumthreads_path(params.except("controller", "action")), class: "btn blue right" %>
+
<div id="forum_groups">
<% @groups.each do |group| %>
<div class="item-group" id="group-<%= group.id %>">
@@ -56,4 +58,4 @@
<%= link_to "New group", new_forumgroup_path, class: "btn blue" %>
<% elsif mod? %>
<%= link_to "New group", "#", class: "btn blue", disabled: true %>
-<% end %> \ No newline at end of file
+<% end %>