diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-22 10:17:06 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-22 10:17:11 +0200 |
commit | f3072deb3eca40dde35d2182f05bc2b6c35c051b (patch) | |
tree | adcddb2ffda4e610b1842e667ecff21921a9444e /server | |
parent | d34d7b471485298abc3c268b171882c73fbd778d (diff) | |
download | sonarqube-f3072deb3eca40dde35d2182f05bc2b6c35c051b.tar.gz sonarqube-f3072deb3eca40dde35d2182f05bc2b6c35c051b.zip |
SONAR-5001 Add Markdown help for manual/custom rules creation/update
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs | 1 | ||||
-rw-r--r-- | server/sonar-web/src/main/hbs/coding-rules/coding-rules-manual-rule-creation.hbs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs index 1d9c78888f2..c0bdfdc46e5 100644 --- a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs +++ b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs @@ -35,6 +35,7 @@ <td> <textarea type="textarea" name="markdown_description" id="coding-rules-custom-rule-creation-html-description" class="coding-rules-markdown-description" rows="4">{{{mdDesc}}}</textarea> + <span class="right">{{> '_markdown-tips' }}</span> </td> </tr> <tr class="property"> diff --git a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-manual-rule-creation.hbs b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-manual-rule-creation.hbs index 89d4747676c..4cf821ccdd3 100644 --- a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-manual-rule-creation.hbs +++ b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-manual-rule-creation.hbs @@ -35,6 +35,7 @@ <td> <textarea type="textarea" name="markdown_description" id="coding-rules-manual-rule-creation-html-description" class="coding-rules-markdown-description" rows="4">{{{mdDesc}}}</textarea> + <span class="right">{{> '_markdown-tips' }}</span> </td> </tr> </table> |