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 3122a5dff26da93016d7866c929553239df7850f Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Mon Mar 2 17:37:35 2015 +0100 Little display modification : h3 to h2 on home page --- coselmar-ui/src/main/webapp/views/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/views/home.html b/coselmar-ui/src/main/webapp/views/home.html index df3ca2f..0c0f7da 100644 --- a/coselmar-ui/src/main/webapp/views/home.html +++ b/coselmar-ui/src/main/webapp/views/home.html @@ -27,7 +27,7 @@ <!-- In case of user connected, show five last projects --> <div ng-if="context.currentUser"> - <h3>{{ "home.connected.lastProjects" | translate }}</h3> + <h2>{{ "home.connected.lastProjects" | translate }}</h2> <table class="table table-bordered"> <thead> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.