浏览代码

[useradmin] Fixed LDAP label and link

Enrico Berti 10 年之前
父节点
当前提交
37e491963b

+ 1 - 1
apps/useradmin/src/useradmin/templates/list_groups.mako

@@ -49,7 +49,7 @@ ${layout.menubar(section='groups')}
           % endif
           <a href="http://gethue.com/making-hadoop-accessible-to-your-employees-with-ldap/" class="btn"
             title="${ ('Learn how to integrate Hue with your company') }" target="_blank">
-            <i class="fa fa-question-circle"> LDAP</i>
+            <i class="fa fa-question-circle"></i> LDAP
           </a>
         %endif
       </%def>

+ 2 - 2
apps/useradmin/src/useradmin/templates/list_users.mako

@@ -51,9 +51,9 @@ ${layout.menubar(section='users')}
                 class="fa fa-refresh"></i> ${_('Sync LDAP users/groups')}</a>
             % endif
 
-            <a href="http://gethue.tumblr.com/post/75499679342/making-hadoop-accessible-to-your-employees-with-ldap" class="btn"
+            <a href="http://gethue.com/making-hadoop-accessible-to-your-employees-with-ldap/" class="btn"
               title="${ ('Learn how to integrate Hue with your company') }" target="_blank">
-              <i class="fa fa-question-circle"> LDAP</i>
+              <i class="fa fa-question-circle"></i> LDAP
             </a>
         %endif
       </%def>