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 c58cf53adc243db8131f6c2f9146169f5b141fcc Author: Yannick Martel <martel@©odelutin.com> Date: Thu Nov 27 16:55:12 2014 +0100 fix documents list --- coselmar-ui/src/main/webapp/views/documents/documents.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/views/documents/documents.html b/coselmar-ui/src/main/webapp/views/documents/documents.html index e35b46c..cc3cf44 100644 --- a/coselmar-ui/src/main/webapp/views/documents/documents.html +++ b/coselmar-ui/src/main/webapp/views/documents/documents.html @@ -31,7 +31,7 @@ <div> <div> - <div class="form-group" ng-if="currentUser.role == 'EXPERT'> + <div class="form-group" ng-if="currentUser.role == 'EXPERT'"> <a href="#/documents/new" class="form-inline navbar-left btn btn-primary">Add a document</a> </div> <form class="form-inline pull-right" role="documentOptions" ng-submit="searchDocuments()"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.