Skip to content

Commit

Permalink
Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Serov-RA committed Oct 31, 2019
1 parent b32eab4 commit cd8f4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/manage/views/market/labels/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
[
'attribute' => 'widget',
'content' => function($data) {
return $data->widget ? Html::a($data->widget, '/shop/search?tag='.$data->widget, ['target' => '_blank']) : '';
return $data->widget ? Html::a($data->widget, '/shop/'.$data->widget, ['target' => '_blank']) : '';
}
]
],
Expand Down

0 comments on commit cd8f4c9

Please sign in to comment.