diff options
author | John Goerzen <jgoerzen@complete.org> | 2008-03-13 05:41:28 +0000 |
---|---|---|
committer | John Goerzen <jgoerzen@complete.org> | 2008-03-13 05:41:28 +0000 |
commit | 4f16dc53a44750c1744411ce27b4a381614ab0c7 (patch) | |
tree | 1628ad8dad36a0008336fe454ba89e3b5bd9286c | |
parent | ea161c9ea408ea47ccef67f1a712c51194e9084f (diff) | |
download | redmine-4f16dc53a44750c1744411ce27b4a381614ab0c7.tar.gz redmine-4f16dc53a44750c1744411ce27b4a381614ab0c7.zip |
Add commit: link type feature to wiki_syntax.html
The commit: feature merged to trunk in r1236
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1240 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/help/wiki_syntax.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/help/wiki_syntax.html b/public/help/wiki_syntax.html index d2ca19b2c..a3cc40326 100644 --- a/public/help/wiki_syntax.html +++ b/public/help/wiki_syntax.html @@ -52,6 +52,7 @@ table td h3 { font-size: 1.2em; text-align: left; } <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr> <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> +<tr><th></th><td>commit:"f30e13e43"</td><td><a href="#">f30e13e4</a></td></tr> <tr><th colspan="3">Inline images</th></tr> <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |