summaryrefslogtreecommitdiffstats
path: root/public/help/sl
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-09-11 11:57:34 +0000
committerGo MAEDA <maeda@farend.jp>2018-09-11 11:57:34 +0000
commitc04ab14ed4843baa0a7d55fe61a7377bb4909880 (patch)
tree586b08ebfc36dab80fa85d024fda9d347eabd6c3 /public/help/sl
parentdfd6a3bfbd8ee115fdcd3db30a60cf2d558859dc (diff)
downloadredmine-c04ab14ed4843baa0a7d55fe61a7377bb4909880.tar.gz
redmine-c04ab14ed4843baa0a7d55fe61a7377bb4909880.zip
Adds ##123-linking syntax docs to detailed help pages (#29488).
Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17480 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/sl')
-rw-r--r--public/help/sl/wiki_syntax_detailed_markdown.html1
-rw-r--r--public/help/sl/wiki_syntax_detailed_textile.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/public/help/sl/wiki_syntax_detailed_markdown.html b/public/help/sl/wiki_syntax_detailed_markdown.html
index 7696fe6d9..a59fb90d7 100644
--- a/public/help/sl/wiki_syntax_detailed_markdown.html
+++ b/public/help/sl/wiki_syntax_detailed_markdown.html
@@ -16,6 +16,7 @@
<p>Redmine allows hyperlinking between resources (issues, changesets, wiki pages...) from anywhere wiki formatting is used.</p>
<ul>
<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>
</ul>
diff --git a/public/help/sl/wiki_syntax_detailed_textile.html b/public/help/sl/wiki_syntax_detailed_textile.html
index c28873d6f..69817c489 100644
--- a/public/help/sl/wiki_syntax_detailed_textile.html
+++ b/public/help/sl/wiki_syntax_detailed_textile.html
@@ -16,6 +16,7 @@
<p>Redmine allows hyperlinking between resources (issues, changesets, wiki pages...) from anywhere wiki formatting is used.</p>
<ul>
<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>
</ul>