Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/code/Magento/Review/Block/Product/ReviewRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class ReviewRenderer extends \Magento\Framework\View\Element\Template implements
* @var array
*/
protected $_availableTemplates = [
self::FULL_VIEW => 'helper/summary.phtml',
self::SHORT_VIEW => 'helper/summary_short.phtml',
self::FULL_VIEW => 'Magento_Review::helper/summary.phtml',
self::SHORT_VIEW => 'Magento_Review::helper/summary_short.phtml',
];

/**
Expand Down