diff --git a/app/views/groups/index.html.haml b/app/views/groups/index.html.haml index 49bd277532..1688446a7f 100644 --- a/app/views/groups/index.html.haml +++ b/app/views/groups/index.html.haml @@ -8,11 +8,11 @@ .small-12.columns %h1 Groups / regions %p - / %input.animate-show{type: :text, - / "ng-model" => "query", - / placeholder: "Search name or keyword", - / "ng-debounce" => "150", - / "ofn-disable-enter" => true} + %input.animate-show{type: :text, + "ng-model" => "query", + placeholder: "Search name or keyword", + "ng-debounce" => "150", + "ofn-disable-enter" => true} .group{"ng-repeat" => "group in groups = (Groups.groups | groups:query | orderBy:order)", name: "group{{group.id}}",