Преглед на файлове

[useradmin] Fixed LDAP label and link

Enrico Berti преди 10 години
родител
ревизия
37e491963b
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      apps/useradmin/src/useradmin/templates/list_groups.mako
  2. 2 2
      apps/useradmin/src/useradmin/templates/list_users.mako

+ 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>