Skip to content

Commit 15c899d

Browse files
author
Oleg Zinoviev
committed
MAGETWO-35091: UI improvements
- QA updates
1 parent 91c95fb commit 15c899d

File tree

2 files changed

+4
-4
lines changed
  • app/code/Magento/Theme/view/frontend/templates/html/header
  • dev/tools/grunt/configs

2 files changed

+4
-4
lines changed

app/code/Magento/Theme/view/frontend/templates/html/header/logo.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<?php if ($block->isHomePage()):?>
2222
<strong class="logo">
23-
<?else:?>
23+
<?php else:?>
2424
<a class="logo" href="<?php echo $block->getUrl(''); ?>" title="<?php echo $logoAlt; ?>">
2525
<?php endif;?>
2626

@@ -31,6 +31,6 @@
3131

3232
<?php if ($block->isHomePage()):?>
3333
</strong>
34-
<?else:?>
34+
<?php else:?>
3535
</a>
36-
<?endif;?>
36+
<?php endif;?>

dev/tools/grunt/configs/watch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var themeOptions = {};
1414
_.each(themes, function(theme, name) {
1515
themeOptions[name] = {
1616
"files": [
17-
"<%= combo.autopath(\""+name+"\",\"pub\") %>/**/*.less"
17+
"<%= combo.autopath(\""+name+"\", path.pub) %>/**/*.less"
1818
],
1919
"tasks": "less:" + name
2020
};

0 commit comments

Comments
 (0)