瀏覽代碼

[ui] Just have a gethue link on the login page

Romain Rigaux 4 年之前
父節點
當前提交
1ea6306ac7
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      desktop/core/src/desktop/templates/login.mako

+ 3 - 1
desktop/core/src/desktop/templates/login.mako

@@ -170,7 +170,9 @@ ${ commonheader(_("Welcome to Hue"), "login", user, request, "50px", True, True)
   % if CUSTOM.LOGO_SVG.get():
     ${ _('Powered by') } <img src="${ static('desktop/art/hue-login-logo.png') }" width="40" style="vertical-align: middle"  alt="${ _('Hue logo') }"> -
   % endif
-  ${ _('Hue and the Hue logo are trademarks of Cloudera, Inc.') }
+    <a href="https://gethue.com">
+      gethue.com
+    </a>
   </trademark-banner>
 </div>