Project

General

Profile

« Previous | Next » 

Revision 80986057

Added by Amir Fefer almost 6 years ago

Fixes #24017 - Add scrollbar in org/log dropdown (#5722)

View differences:

app/views/home/_org_switcher.html.erb
<a href="#" class ="dropdown-toggle nav-item-iconic" data-toggle="dropdown" >
<%= tax_title("organization") %><span class="caret"></span>
</a>
<ul class="dropdown-menu">
<ul class="dropdown-menu" id='org-dropdown-menu'>
<%= render 'home/organization_dropdown' if SETTINGS[:organizations_enabled] %>
</ul>
</li>
......
<a href="#" class="dropdown-toggle nav-item-iconic" data-toggle="dropdown" >
<%= tax_title("location") %><span class="caret"></span>
</a>
<ul class="dropdown-menu">
<ul class="dropdown-menu" id='loc-dropdown-menu'>
<%= render 'home/location_dropdown' if SETTINGS[:locations_enabled] %>
</ul>
</li>

Also available in: Unified diff