Commit 1c9b64be2f39726e52b56f9568b6c86bc687d88f
1 parent
4a0ed475
Exists in
master
and in
5 other branches
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 | 6 | <% end %> |
7 | 7 | |
8 | 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 | 10 | </div> |
12 | 11 | </div> | ... | ... |