]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5001 Add Markdown help for manual/custom rules creation/update
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Tue, 22 Jul 2014 08:17:06 +0000 (10:17 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Tue, 22 Jul 2014 08:17:11 +0000 (10:17 +0200)
server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs
server/sonar-web/src/main/hbs/coding-rules/coding-rules-manual-rule-creation.hbs

index 1d9c78888f2d301562bf8a60400e031897ce36aa..c0bdfdc46e5cf83bb4fe93443c07b05266173712 100644 (file)
@@ -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">
index 89d4747676cf18dd02fc9c400fa90090dba3ea5b..4cf821ccdd364ac3bc223bee7e1ce1cd0d57d643 100644 (file)
@@ -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>