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 89abcfe0aefe5f76ce4d62b4f76a4d5de52fa8a1 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Dec 5 11:21:53 2014 +0100 fixes #6016 add entry in application to add question --- coselmar-ui/src/main/webapp/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coselmar-ui/src/main/webapp/index.html b/coselmar-ui/src/main/webapp/index.html index 83cff41..d4b3650 100644 --- a/coselmar-ui/src/main/webapp/index.html +++ b/coselmar-ui/src/main/webapp/index.html @@ -79,8 +79,8 @@ <li class="dropdown"> <a role="button" class="dropdown-toggle">Questions<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> - <!--<li><a href="#/questions">List</a></li>--> - <!--<li><a href="#/questions">List</a></li>--> + <!--<li><a href="#/questions">List</a></li>--> + <li><a href="#/questions/new">Add a question</a></li> </ul> </li> </ul> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.