diff rhodecode/templates/base/base.html @ 4146:5842d2115a25 rhodecode-2.2.5-gpl

old style: fix repository repository selector select2
author Andrew Shadura <andrew@shadura.me>
date Sun, 12 Jan 2014 19:29:12 +0100
parents 962f753552cd
children 9dd726706178
line wrap: on
line diff
--- a/rhodecode/templates/base/base.html	Tue Dec 10 19:28:05 2013 +0100
+++ b/rhodecode/templates/base/base.html	Sun Jan 12 19:29:12 2014 +0100
@@ -388,7 +388,7 @@
         }
 
         $("#repo_switcher").select2({
-            placeholder: '<i class="icon-archive"></i> ${_('Repositories')} <i class="icon-caret-down"></i>',
+            placeholder: '<i class="icon-archive"></i> ${_('Repositories')}',
             dropdownAutoWidth: true,
             formatResult: format,
             formatSelection: format,