Commit a10f917ae835a7192cf20f72f3a603cfa296fed3
1 parent
3805797c
Exists in
master
and in
4 other branches
Fix dashbord sidebar filter
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
app/assets/javascripts/dashboard.js.coffee
... | ... | @@ -15,7 +15,7 @@ class Dashboard |
15 | 15 | uiBox.find(".dash-list li").show() |
16 | 16 | else |
17 | 17 | uiBox.find(".dash-list li").each (index) -> |
18 | - name = $(this).find(".well-title").text() | |
18 | + name = $(this).find(".filter-title").text() | |
19 | 19 | |
20 | 20 | if name.toLowerCase().search(terms.toLowerCase()) == -1 |
21 | 21 | $(this).hide() | ... | ... |
app/views/dashboard/_groups.html.haml
app/views/dashboard/_projects.html.haml