summaryrefslogtreecommitdiffstats
path: root/public/help/uk
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/uk
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/uk')
-rw-r--r--public/help/uk/wiki_syntax_detailed_markdown.html1
-rw-r--r--public/help/uk/wiki_syntax_detailed_textile.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/public/help/uk/wiki_syntax_detailed_markdown.html b/public/help/uk/wiki_syntax_detailed_markdown.html
index d39b47ad8..a496eb65d 100644
--- a/public/help/uk/wiki_syntax_detailed_markdown.html
+++ b/public/help/uk/wiki_syntax_detailed_markdown.html
@@ -16,6 +16,7 @@
<p>Redmine дозволяє гіперпосилання між ресурсами (завданнями, змінами, вікі-сторінками ...) з будь-якого місця, де використовується вікі-форматування.</p>
<ul>
<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>, or <strong>#124#note-6</strong></li>
</ul>
diff --git a/public/help/uk/wiki_syntax_detailed_textile.html b/public/help/uk/wiki_syntax_detailed_textile.html
index 21260b66a..40ed01577 100644
--- a/public/help/uk/wiki_syntax_detailed_textile.html
+++ b/public/help/uk/wiki_syntax_detailed_textile.html
@@ -16,6 +16,7 @@
<p>Redmine дозволяє гіперпосилання між ресурсами (завданнями, змінами, вікі-сторінками ...) з будь-якого місця, де використовується вікі-форматування.</p>
<ul>
<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>, or <strong>#124#note-6</strong></li>
</ul>