commit daad94e57f85618da9000bdbbece2cadfb266308
Author: gus <g...@torproject.org>
Date:   Tue Oct 20 13:04:53 2020 -0400

    Disable language dropdown on footer as we dont have localization ready.
---
 templates/footer.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/templates/footer.html b/templates/footer.html
index 689c8382..bc6e121d 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -93,7 +93,7 @@
       </div>
       <div class="col-sm-2 mt-5 d-none d-sm-block">
         <div class="btn-group dropup float-right">
-         <button type="button" class="btn btn-primary dropdown-toggle" 
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+         <!--<button type="button" class="btn btn-primary dropdown-toggle" 
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
             {{ bag('alternatives', this.alt, 'language') }}
          </button>
          <div class="dropdown-menu">
@@ -102,7 +102,8 @@
                  <a class="dropdown-item" href="{{ this.path|url(alt=id) 
}}">{{ item.language }}</a>
               {% endif %}
             {% endfor %}
-               </div>
+          -->
+          </div>
         </div>
       </div>
     </div>



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to