Author: jdreimann
Date: Mon Apr 22 13:50:39 2013
New Revision: 1470511

URL: http://svn.apache.org/r1470511
Log:
Changes the "Apps" dropdown to "More"

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html

Modified: 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html?rev=1470511&r1=1470510&r2=1470511&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html 
Mon Apr 22 13:50:39 2013
@@ -223,7 +223,7 @@
                 <li class="dropdown ${all(not i.active for i in 
chrome.nav.mainnav if i.name in mainnav_show) and 'active' or None}"
                     py:if="len([i for i in chrome.nav.metanav if i.name not in 
metanav_hide] +
                                [i for i in chrome.nav.mainnav if i.name not in 
mainnav_show])">
-                  <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Apps<b class="caret"></b></a>
+                  <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">More<b class="caret"></b></a>
                   <ul class="dropdown-menu">
                     <li py:if="chrome.nav.mainnav"
                         py:for="idx, item in enumerate(i for i in 
chrome.nav.mainnav if i.name not in mainnav_show)"


Reply via email to