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 8ccab65478ea8a9ca3bb5e61cd1dc0a1a2d99df7 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Feb 1 14:08:27 2016 +0100 Add an Admin link in menu --- coselmar-ui/src/main/webapp/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coselmar-ui/src/main/webapp/index.html b/coselmar-ui/src/main/webapp/index.html index ba09a4f..d939a8b 100644 --- a/coselmar-ui/src/main/webapp/index.html +++ b/coselmar-ui/src/main/webapp/index.html @@ -125,6 +125,10 @@ <li><a href="#/users/new" role="menuitem" ng-if="context.currentUser.role == 'SUPERVISOR'">{{ 'menu.item.users.add.client' | translate}}</a></li> </ul> </li> + + <li ng-if="context.currentUser.role == 'ADMIN'"> + <a href="#/admin" role="button" class="dropdown-toggle">{{ 'menu.item.admin' | translate}}</a> + </li> </ul> <!-- Login Part --> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.