Commit 25a723c3ae04c5818427682b2fbe97609a97f1ea

Authored by Dmitriy Zaporozhets
1 parent b3208841

Remove colon

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/shared/_filter.html.haml
... ... @@ -12,7 +12,7 @@
12 12 All
13 13  
14 14 %fieldset
15   - %legend Projects:
  15 + %legend Projects
16 16 %ul.nav.nav-pills.nav-pills-small.nav-stacked
17 17 - @projects.each do |project|
18 18 - unless entities_per_project(project, entity).zero?
... ...