You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/08/20 15:28:45 UTC

[19/25] git commit: Fixed syntax documentation of Gittip button for Wiki tool

Fixed syntax documentation of Gittip button for Wiki tool


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/ed2ca56a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/ed2ca56a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/ed2ca56a

Branch: refs/heads/db/6482
Commit: ed2ca56a4364ea336ec8f1d4762033e30dd66cd1
Parents: e81ffc0
Author: Cory Johns <cj...@slashdotmedia.com>
Authored: Mon Aug 19 19:59:34 2013 +0000
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Mon Aug 19 19:59:34 2013 +0000

----------------------------------------------------------------------
 Allura/allura/templates/jinja_master/lib.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/ed2ca56a/Allura/allura/templates/jinja_master/lib.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/jinja_master/lib.html b/Allura/allura/templates/jinja_master/lib.html
index 9d8b3c1..4ca02e9 100644
--- a/Allura/allura/templates/jinja_master/lib.html
+++ b/Allura/allura/templates/jinja_master/lib.html
@@ -707,7 +707,7 @@ allowed, permitting basic styling and layout: &lt;div markdown style="float:left
 </pre></div>
 
 <h2 id="md_ex_gittip_button{{id}}">Gittip Button</h2>
-<p>You can display a Gittip button in your wiki. You will need to set your gittip handle in the Metadata section of the Admin tool for your project.</p>
+<p>You can display a Gittip button in your wiki. You will need to provide your gittip handle in the username parameter.</p>
 <div class="codehilite"><pre>
 [[gittip_button username=foo]]
 </pre></div>