]> source.dussan.org Git - redmine.git/commitdiff
Add commit: link type feature to wiki_syntax.html
authorJohn Goerzen <jgoerzen@complete.org>
Thu, 13 Mar 2008 05:41:28 +0000 (05:41 +0000)
committerJohn Goerzen <jgoerzen@complete.org>
Thu, 13 Mar 2008 05:41:28 +0000 (05:41 +0000)
The commit: feature merged to trunk in r1236

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1240 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/help/wiki_syntax.html

index d2ca19b2c7ef824040db21771ab59eb3fa13dfe0..a3cc40326b410948f745f91d94af0c72c3c976ee 100644 (file)
@@ -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>