Skip to content

Commit

Permalink
Merge pull request #1 from Aberdeener/Aberdeener-patch-1
Browse files Browse the repository at this point in the history
Changed to Search All Threads
  • Loading branch information
tadhgboyle committed Apr 2, 2019
2 parents 6ef42dc + 94108c1 commit 2fd545a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/forums/index.html.erb
Original file line number Diff line number Diff line change
@@ -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| %>
Expand Down

0 comments on commit 2fd545a

Please sign in to comment.