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 7462a3d4facb784109c57e9720c40e084167372f Author: Yannick Martel <martel@©odelutin.com> Date: Tue Jan 27 16:27:22 2015 +0100 fixes #6552 add a 'new document' button for supervisor --- coselmar-ui/src/main/webapp/views/documents/documents.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/documents/documents.html b/coselmar-ui/src/main/webapp/views/documents/documents.html index bc97596..52a032b 100644 --- a/coselmar-ui/src/main/webapp/views/documents/documents.html +++ b/coselmar-ui/src/main/webapp/views/documents/documents.html @@ -31,8 +31,8 @@ <div> <div> - <div class="form-group" ng-if="currentUser.role == 'EXPERT'"> - <a href="#/documents/new" class="form-inline navbar-left btn btn-primary">{{ 'application.title' | translate}}</a> + <div class="form-group" ng-if="currentUser.role == 'EXPERT' || currentUser.role == 'SUPERVISOR'"> + <a href="#/documents/new" class="form-inline navbar-left btn btn-primary">{{ 'document.button.add' | translate}}</a> </div> <form class="form-inline pull-right" role="documentOptions" ng-submit="searchDocuments()"> <div class="form-group"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.