Commit d544cfb672859ba16a14b33ecdb3e0207fc21c24
1 parent
6009a9d6
Exists in
master
and in
29 other branches
Fixing catalog category box link to homepage
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/catalog/index.rhtml
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | |
8 | 8 | <div class='l-sidebar-left-bar'> |
9 | 9 | <ul> |
10 | - <%= content_tag('li', link_to(_('Enterprise homepage'), profile.public_profile_url), :class => 'catalog-categories-link') %> | |
10 | + <%= content_tag('li', link_to(_('Homepage'), profile.url), :class => 'catalog-categories-link') %> | |
11 | 11 | <%= content_tag('li', link_to(_('Catalog start'), profile.catalog_url), :class => 'catalog-categories-link') %> |
12 | 12 | <% if @categories.present? %> |
13 | 13 | <% @categories.each do |category| %> | ... | ... |