diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-24 18:22:48 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-24 18:22:48 +0200 |
commit | 4c61c467385ca889bc273a171bcd1ebfb9e739e9 (patch) | |
tree | a551f91f9a5f13cf3cc876816546db9f73ed289f /app/views/shared | |
parent | 5953582b65e1d49c3d04d9bc97069cb323ab277c (diff) | |
download | gitlab-ce-4c61c467385ca889bc273a171bcd1ebfb9e739e9.tar.gz |
Add tests to Dashboard#merge_requests filter
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/shared')
-rw-r--r-- | app/views/shared/_filter.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_filter.html.haml b/app/views/shared/_filter.html.haml index c1a3a9e469d..d48a8d6c1dd 100644 --- a/app/views/shared/_filter.html.haml +++ b/app/views/shared/_filter.html.haml @@ -1,5 +1,5 @@ = form_tag filter_path(entity), method: 'get' do - %fieldset + %fieldset.scope-filter %ul.nav.nav-pills.nav-stacked %li{class: ("active" if params[:scope].blank?)} = link_to filter_path(entity, scope: nil) do @@ -11,7 +11,7 @@ = link_to filter_path(entity, scope: 'all') do All - %fieldset + %fieldset.status-filter %ul.nav.nav-pills.nav-stacked %li{class: ("active" if params[:status].blank?)} = link_to filter_path(entity, status: nil) do |