Commit 425cdec787820a7b3a45eb41139c77ce3f51d14d
1 parent
45a0bdf7
Exists in
master
and in
29 other branches
ActionItem862: one more time
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/display_helper.rb
... | ... | @@ -4,7 +4,7 @@ module DisplayHelper |
4 | 4 | return _('No product') unless product |
5 | 5 | target = product.enterprise.enabled? ? product.enterprise.generate_url(:controller => 'catalog', :action => 'show', :id => product) : '#' |
6 | 6 | link_to content_tag( 'span', product.name ), |
7 | - target | |
7 | + target, | |
8 | 8 | opts |
9 | 9 | end |
10 | 10 | ... | ... |