Commit 1c9b64be2f39726e52b56f9568b6c86bc687d88f

Authored by Parley
1 parent 4a0ed475

Put text inside link_to on search catalog block

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
views/blocks/search_catalog.html.erb
@@ -6,7 +6,6 @@ @@ -6,7 +6,6 @@
6 <% end %> 6 <% end %>
7 7
8 <div id="search-catalog-footer"> 8 <div id="search-catalog-footer">
9 - <p><%= _("Access the complete catalog")%>  
10 - <%= link_to "", {controller: "search", action: "software_infos"} , {:id => "bt_catalog-search"}%></p> 9 + <p><%= link_to _("Access the complete catalog"), {controller: "search", action: "software_infos"} , {:id => "bt_catalog-search"}%></p>
11 </div> 10 </div>
12 </div> 11 </div>