branch develop updated (9ba6c66 -> c58cf53)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 9ba6c66 Add search by keyword and filter on active in users list Fix Document search new c58cf53 fix documents list The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit c58cf53adc243db8131f6c2f9146169f5b141fcc Author: Yannick Martel <martel@©odelutin.com> Date: Thu Nov 27 16:55:12 2014 +0100 fix documents list Summary of changes: coselmar-ui/src/main/webapp/views/documents/documents.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm