diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-29 21:49:13 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-29 21:49:13 +0300 |
commit | 25a723c3ae04c5818427682b2fbe97609a97f1ea (patch) | |
tree | 9fe1c8a21f0ea49b86f9a02e506b6de1cfc5dc10 /app/views/shared | |
parent | b32088414941fefd85172614ba6d615db2f07961 (diff) | |
download | gitlab-ce-25a723c3ae04c5818427682b2fbe97609a97f1ea.tar.gz |
Remove colon
Diffstat (limited to 'app/views/shared')
-rw-r--r-- | app/views/shared/_filter.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_filter.html.haml b/app/views/shared/_filter.html.haml index 52ca1f22d7d..2f051cea48b 100644 --- a/app/views/shared/_filter.html.haml +++ b/app/views/shared/_filter.html.haml @@ -12,7 +12,7 @@ All %fieldset - %legend Projects: + %legend Projects %ul.nav.nav-pills.nav-pills-small.nav-stacked - @projects.each do |project| - unless entities_per_project(project, entity).zero? |