This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 3b56ff76358778dc7480d97c05ba1cc09da0b26c Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 28 09:55:03 2014 +0200 fixes #1069 add favicon --- pollen-ui-angular/src/main/webapp/img/pollen.png | Bin 28557 -> 610 bytes pollen-ui-angular/src/main/webapp/index.html | 2 ++ 2 files changed, 2 insertions(+) diff --git a/pollen-ui-angular/src/main/webapp/img/pollen.png b/pollen-ui-angular/src/main/webapp/img/pollen.png index fb656f6..ed749df 100644 Binary files a/pollen-ui-angular/src/main/webapp/img/pollen.png and b/pollen-ui-angular/src/main/webapp/img/pollen.png differ diff --git a/pollen-ui-angular/src/main/webapp/index.html b/pollen-ui-angular/src/main/webapp/index.html index a7c4811..74bd422 100644 --- a/pollen-ui-angular/src/main/webapp/index.html +++ b/pollen-ui-angular/src/main/webapp/index.html @@ -24,6 +24,8 @@ <title>{{ title || "Pollen" }}</title> <meta charset="utf-8" /> + <link rel="icon" type="image/png" href="img/pollen.png" /> + <link rel="stylesheet" type="text/css" href="lib/bootstrap/dist/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="lib/bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css" /> <link rel="stylesheet" type="text/css" href="lib/jqplot-bower/dist/jquery.jqplot.min.css" /> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.