diff options
author | Go MAEDA <maeda@farend.jp> | 2018-09-11 11:57:34 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-09-11 11:57:34 +0000 |
commit | c04ab14ed4843baa0a7d55fe61a7377bb4909880 (patch) | |
tree | 586b08ebfc36dab80fa85d024fda9d347eabd6c3 /public/help/cs | |
parent | dfd6a3bfbd8ee115fdcd3db30a60cf2d558859dc (diff) | |
download | redmine-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/cs')
-rw-r--r-- | public/help/cs/wiki_syntax_detailed_markdown.html | 1 | ||||
-rw-r--r-- | public/help/cs/wiki_syntax_detailed_textile.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/help/cs/wiki_syntax_detailed_markdown.html b/public/help/cs/wiki_syntax_detailed_markdown.html index f9bcf52a3..d2f9cdb19 100644 --- a/public/help/cs/wiki_syntax_detailed_markdown.html +++ b/public/help/cs/wiki_syntax_detailed_markdown.html @@ -16,6 +16,7 @@ <p>Redmine umožňuje hypertextové odkazy mezi jednotlivými zdroji (úkoly, revize, wiki stránky...) kdekoli, kde je použito Wiki formátování.</p> <ul> <li>Odkaz na úkol: <strong>#124</strong> (zobrazí <del><a href="#" class="issue" title="Hromadná změna nezmění kategorii úkolů (Uzavřeno)">#124</a></del>, odkaz je přeškrtnutý, jestliže je úkol uzavřen)</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>Odkaz na poznámku k úkolu: <strong>#124-6</strong> nebo <strong>#124#note-6</strong></li> </ul> diff --git a/public/help/cs/wiki_syntax_detailed_textile.html b/public/help/cs/wiki_syntax_detailed_textile.html index 0cf251955..36c310403 100644 --- a/public/help/cs/wiki_syntax_detailed_textile.html +++ b/public/help/cs/wiki_syntax_detailed_textile.html @@ -16,6 +16,7 @@ <p>Redmine umožňuje hypertextové odkazy mezi jednotlivými zdroji (úkoly, revize, wiki stránky...) kdekoli, kde je použito Wiki formátování.</p> <ul> <li>Odkaz na úkol: <strong>#124</strong> (zobrazí <del><a href="#" class="issue" title="Hromadná změna nezmění kategorii úkolů (Uzavřeno)">#124</a></del>, odkaz je přeškrtnutý, jestliže je úkol uzavřen)</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>Odkaz na poznámku k úkolu: <strong>#124-6</strong>, nebo <strong>#124#note-6</strong></li> </ul> |