summaryrefslogtreecommitdiffstats
path: root/public/help/ja
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-03-23 05:57:22 +0000
committerGo MAEDA <maeda@farend.jp>2019-03-23 05:57:22 +0000
commite08b2d0f32005e8af0e416858dde0558b1f99e8f (patch)
tree7c49db31009fc61bc7e356a6e04dca8b42575e3c /public/help/ja
parent0f6ac267957149c13c76a3b06c6fb5fd0a739ee6 (diff)
downloadredmine-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/ja')
-rw-r--r--public/help/ja/wiki_syntax_detailed_markdown.html1
-rw-r--r--public/help/ja/wiki_syntax_detailed_textile.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/public/help/ja/wiki_syntax_detailed_markdown.html b/public/help/ja/wiki_syntax_detailed_markdown.html
index 2f315de50..38f19aceb 100644
--- a/public/help/ja/wiki_syntax_detailed_markdown.html
+++ b/public/help/ja/wiki_syntax_detailed_markdown.html
@@ -18,6 +18,7 @@
<li>チケットへのリンク: <strong>#124</strong> (終了したチケットは <del><a href="#" class="issue" title="bulk edit doesn't change the category or fixed version properties (Closed)">#124</a></del> のように取り消し線付きで表示されます)</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>チケットのコメントへのリンク: <strong>#124-6</strong> または <strong>#124#note-6</strong></li>
+ <li>同じチケット内のコメントへのリンク: <strong>#note-6</strong></li>
</ul>
<p>Wikiへのリンク:</p>
diff --git a/public/help/ja/wiki_syntax_detailed_textile.html b/public/help/ja/wiki_syntax_detailed_textile.html
index e2fa2f289..9c1acf06d 100644
--- a/public/help/ja/wiki_syntax_detailed_textile.html
+++ b/public/help/ja/wiki_syntax_detailed_textile.html
@@ -18,6 +18,7 @@
<li>チケットへのリンク: <strong>#124</strong> (終了したチケットは <del><a href="#" class="issue" title="bulk edit doesn't change the category or fixed version properties (Closed)">#124</a></del> のように取り消し線付きで表示されます)</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>チケットのコメントへのリンク: <strong>#124-6</strong> または <strong>#124#note-6</strong></li>
+ <li>同じチケット内のコメントへのリンク: <strong>#note-6</strong></li>
</ul>
<p>Wikiへのリンク:</p>