branch develop updated (07d47bf -> 3122a5d)
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 07d47bf try to fix error message occurence when save document is too slow internal-test #6744 new 3122a5d Little display modification : h3 to h2 on home page 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 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 Summary of changes: coselmar-ui/src/main/webapp/views/home.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 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>.
participants (1)
-
codelutin.com scm