summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTadhg <tadhgsmboyle@gmail.com>2019-04-02 14:35:14 -0700
committerGitHub <noreply@github.com>2019-04-02 14:35:14 -0700
commit94108c1b14ca860f5b4ffcb961d316c3af533142 (patch)
treeb4e9f3021ff125c396765c87b7a653bd92a6f6d3
parent6ef42dc3314d30378592d0a19625d37b25f418d1 (diff)
Changed to Search All Threads
-rw-r--r--app/views/forums/index.html.erb2
1 files changed, 1 insertions, 1 deletions
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" %>
<br>
<div id="forum_groups">
<% @groups.each do |group| %>