Commit a3fac13fb778abc0bcd3105f988a085b92a41b9f
1 parent
c177d3cf
Exists in
master
and in
5 other branches
Fix complete catalog link.
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/blocks/search_catalog.html.erb
... | ... | @@ -7,6 +7,6 @@ |
7 | 7 | |
8 | 8 | <div id="search-catalog-footer"> |
9 | 9 | <p><%= _("Access the complete catalog")%> |
10 | - <%= link_to "", "/search/software_infos" , {:id => "bt_catalog-search"}%></p> | |
10 | + <%= link_to "", {controller: "search", action: "software_infos"} , {:id => "bt_catalog-search"}%></p> | |
11 | 11 | </div> |
12 | 12 | </div> | ... | ... |