app/views/searchjoy/searches/overview.html.erb in searchjoy-0.0.8 vs app/views/searchjoy/searches/overview.html.erb in searchjoy-0.0.9

- old
+ new

@@ -4,11 +4,11 @@ <div class="col-1-2"> <table> <thead> <tr> <th>Top Searches</th> - <th class="num"><%= link_to "View all", searchjoy.searches_path(search_type: @search_type) %></th> + <th class="num"><%= link_to "View all", searches_path(search_type: @search_type) %></th> </tr> </thead> <tbody> <% @top_searches.each do |row| %> <tr> @@ -22,10 +22,10 @@ <div class="col-1-2"> <table> <thead> <tr> <th>Low Conversions</th> - <th class="num"><%= link_to "View all", searchjoy.searches_path(search_type: @search_type, sort: "conversion_rate") %></th> + <th class="num"><%= link_to "View all", searches_path(search_type: @search_type, sort: "conversion_rate") %></th> </tr> </thead> <tbody> <% @bad_conversion_rate.each do |row| %> <tr>