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 e6314be7301df0bfc245346f5477d4dbccb72d9a Author: Yannick Martel <martel@©odelutin.com> Date: Wed Feb 18 14:19:51 2015 +0100 fix new password page --- coselmar-ui/src/main/webapp/views/users/newPassword.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/users/newPassword.html b/coselmar-ui/src/main/webapp/views/users/newPassword.html index 4904b2f..f97b6e5 100644 --- a/coselmar-ui/src/main/webapp/views/users/newPassword.html +++ b/coselmar-ui/src/main/webapp/views/users/newPassword.html @@ -32,11 +32,6 @@ <!--<alert ng-repeat="alert in alerts" type="{{alert.type}}" close="closeAlert($index)">{{alert.msg | translate}}</alert>--> <alert class="repeated-item" ng-repeat="alert in alerts" type="{{alert.type}}" close="closeAlert($index)">{{alert.msg | translate}}</alert> - Sinon : - <ul> - <li class="repeated-item" ng-repeat="alert in alerts">{{alert.msg | translate}}</li> - </ul> - </div> <div class="text-center"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.