This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, feature/twig-template-engine has been updated
       via  e6c2e63f6ac5740d0ecbdafb5ec2c4089682d392 (commit)
      from  33e2e293ea2eb383e0fa4ec8e8c46d17590d1900 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e6c2e63f6ac5740d0ecbdafb5ec2c4089682d392
Author: Roland Mas <[email protected]>
Date:   Fri Jun 12 10:55:29 2015 +0200

    Fixed information boxes

diff --git a/src/www/themes/funky-twig/templates/information.html 
b/src/www/themes/funky-twig/templates/information.html
index e7fe256..1b96e11 100644
--- a/src/www/themes/funky-twig/templates/information.html
+++ b/src/www/themes/funky-twig/templates/information.html
@@ -1,3 +1,3 @@
-{% if info_msg %}
-<p class="information">{{ info_msg }}</p>
+{% if information %}
+<p class="information">{{ information }}</p>
 {% endif %}

-----------------------------------------------------------------------

Summary of changes:
 src/www/themes/funky-twig/templates/information.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/www/themes/funky-twig/templates/information.html 
b/src/www/themes/funky-twig/templates/information.html
index e7fe256..1b96e11 100644
--- a/src/www/themes/funky-twig/templates/information.html
+++ b/src/www/themes/funky-twig/templates/information.html
@@ -1,3 +1,3 @@
-{% if info_msg %}
-<p class="information">{{ info_msg }}</p>
+{% if information %}
+<p class="information">{{ information }}</p>
 {% endif %}


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to