diff options
author | Go MAEDA <maeda@farend.jp> | 2019-03-23 05:57:22 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-03-23 05:57:22 +0000 |
commit | e08b2d0f32005e8af0e416858dde0558b1f99e8f (patch) | |
tree | 7c49db31009fc61bc7e356a6e04dca8b42575e3c /public/help/sl/wiki_syntax_detailed_textile.html | |
parent | 0f6ac267957149c13c76a3b06c6fb5fd0a739ee6 (diff) | |
download | redmine-e08b2d0f32005e8af0e416858dde0558b1f99e8f.tar.gz redmine-e08b2d0f32005e8af0e416858dde0558b1f99e8f.zip |
Add a link syntax "#note-6" to help files (#30829).
Contributed by Hinako Tajima.
git-svn-id: http://svn.redmine.org/redmine/trunk@18002 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/sl/wiki_syntax_detailed_textile.html')
-rw-r--r-- | public/help/sl/wiki_syntax_detailed_textile.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/help/sl/wiki_syntax_detailed_textile.html b/public/help/sl/wiki_syntax_detailed_textile.html index f6996732e..579aaab01 100644 --- a/public/help/sl/wiki_syntax_detailed_textile.html +++ b/public/help/sl/wiki_syntax_detailed_textile.html @@ -18,6 +18,7 @@ <li>Link to an issue: <strong>#124</strong> (displays <del><a href="#" class="issue" title="bulk edit doesn't change the category or fixed version properties (Closed)">#124</a></del>, link is striked-through if the issue is closed)</li> <li>Link to an issue including tracker name and subject: <strong>##124</strong> (displays <a href="#" class="issue" title="bulk edit doesn't change the category or fixed version properties (New)">Bug #124</a>: bulk edit doesn't change the category or fixed version properties)</li> <li>Link to an issue note: <strong>#124-6</strong>, or <strong>#124#note-6</strong></li> + <li>Link to an issue note within the same issue: <strong>#note-6</strong></li> </ul> <p>Wiki links:</p> |