From 462e637e69e46318411b53eac6d237c8ef498542 Mon Sep 17 00:00:00 2001 From: Marco Milanesi Date: Wed, 19 Oct 2011 11:57:37 +0200 Subject: [PATCH] updated doc --- docs/plugins.rst | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index 42ecd656..3bf7c532 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -100,15 +100,20 @@ in your template just write a for in jinja2 syntax against the github_activity variable, like for example:: {% if GITHUB_ACTIVITY_FEED %} -
-

Github Activity

- {% for activity in github_activity %} - {{ activity }} - {% endfor %} -
+
+

Github Activity

+ +
{% endif %} -github_activity is a list containing raw html from github so you can include it -directly in your (for example base.html) template and style it in a way that -your prefer using your css skills + +github_activity is a list containing a list. The first element is the title and +the second element is the raw html from github so you can include it directly +in your (for example base.html) template and style it in a way that your prefer +using your css skills