This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit d69ec96ec4daa7c8576ff24bfba5f44afd680610 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jan 28 10:17:38 2015 +0100 fix user advanced search display as admin --- coselmar-ui/src/main/webapp/views/users/adminUsers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/views/users/adminUsers.html b/coselmar-ui/src/main/webapp/views/users/adminUsers.html index e336b3a..fd03b84 100644 --- a/coselmar-ui/src/main/webapp/views/users/adminUsers.html +++ b/coselmar-ui/src/main/webapp/views/users/adminUsers.html @@ -24,7 +24,7 @@ <div class="table-responsive" ng-if="currentUser.role == 'ADMIN'"> - <div class="row" ng-include="src='views/users/searchPart.html'" /> + <div ng-include="src='views/users/searchPart.html'" /> <br/> <table class="table"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.