removed passing of useless params, updated placeholder for user textcomplete

This commit is contained in:
MrYummy
2017-06-18 13:11:36 -04:00
parent deba1b76e3
commit 0c939f044c
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<% title "Forums" %>
<%= link_to "All threads", forumthreads_path(params.except("controller", "action")), class: "btn blue right" %>
<%= link_to "All threads", forumthreads_path, class: "btn blue right" %>
<div id="forum_groups">
<% @groups.each do |group| %>