removed passing of useless params, updated placeholder for user textcomplete

This commit is contained in:
MrYummy
2017-06-02 19:22:04 +02:00
parent 1398fcc015
commit fdc6ceabb6
3 changed files with 4 additions and 5 deletions

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| %>