ソースを参照

HUE-6077 [frontend] Link home to home page in responsive

Romain Rigaux 8 年 前
コミット
98d5b01
1 ファイル変更1 行追加1 行削除
  1. 1 1
      desktop/core/src/desktop/templates/responsive.mako

+ 1 - 1
desktop/core/src/desktop/templates/responsive.mako

@@ -98,7 +98,7 @@ ${ hueIcons.symbols() }
           <span class="hamburger-box"><span class="hamburger-inner"></span></span>
         </a>
 
-        <a class="brand" href="/" title="${_('Hue home')}">
+        <a class="brand" data-bind="click: function () { onePageViewModel.currentApp('home') }" href="javascript: void(0);" title="${_('Homepage')}">
           <svg style="height: 24px; width: 120px;"><use xlink:href="#hue-logo"></use></svg>
         </a>