diff --git a/app/views/forums/index.html.erb b/app/views/forums/index.html.erb index ba90117..08fa0ad 100644 --- a/app/views/forums/index.html.erb +++ b/app/views/forums/index.html.erb @@ -1,6 +1,6 @@ <% title "Forums" %> -<%= link_to "All Threads", forumthreads_path, class: "btn blue right" %> +<%= link_to "Search All Threads", forumthreads_path, class: "btn blue right" %>
<% @groups.each do |group| %>