summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2019-04-02 17:40:20 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2019-04-02 17:40:20 -0400
commitccc3f11bff4528d4d3e7e9ae0cfd528b1543a373 (patch)
treeb4e9f3021ff125c396765c87b7a653bd92a6f6d3
parent6ef42dc3314d30378592d0a19625d37b25f418d1 (diff)
parent2fd545ae92f4ac98b82406b80127defa7bafb943 (diff)
Merged pull request #58.HEADmaster
-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| %>