From 004de7919ae986ed4ada4f3361df02984262c5ef Mon Sep 17 00:00:00 2001 From: summerscope Date: Tue, 29 Jul 2014 10:42:30 +1000 Subject: [PATCH] Add sexy search into groups page --- app/views/groups/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/groups/index.html.haml b/app/views/groups/index.html.haml index f2ae6e550a..792d040598 100644 --- a/app/views/groups/index.html.haml +++ b/app/views/groups/index.html.haml @@ -4,7 +4,7 @@ angular.module('Darkswarm').value('groups', #{render partial: "json/groups", object: @groups}) #groups{"ng-controller" => "GroupsCtrl"} - .row.pad-top + #active-table-search.row.pad-top .small-12.columns.text-center %h1 Groups / Regions %div @@ -14,7 +14,7 @@ below %p - %input{type: :text, + %input.animate-show{type: :text, "ng-model" => "query", placeholder: "Search group name", "ng-debounce" => "150",