[pollen] branch develop updated (da6637e -> 3b56ff7)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See http://git.chorem.org/pollen.git from da6637e add error when vote not started new 3b56ff7 fixes #1069 add favicon 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 3b56ff76358778dc7480d97c05ba1cc09da0b26c Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 28 09:55:03 2014 +0200 fixes #1069 add favicon Summary of changes: 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(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm