summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/hbs/common/_markdown-tips.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server/src/main/hbs/common/_markdown-tips.hbs')
-rw-r--r--sonar-server/src/main/hbs/common/_markdown-tips.hbs4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-server/src/main/hbs/common/_markdown-tips.hbs b/sonar-server/src/main/hbs/common/_markdown-tips.hbs
new file mode 100644
index 00000000000..fe5edc9fc35
--- /dev/null
+++ b/sonar-server/src/main/hbs/common/_markdown-tips.hbs
@@ -0,0 +1,4 @@
+<div class="markdown-tips">
+ <a href="#" class="underlined-link" onclick="window.open(baseUrl + '/markdown/help','markdown','height=300,width=600,scrollbars=1,resizable=1');return false;">{{t 'markdown.helplink'}}</a> :
+ &nbsp; *{{t 'bold'}}* &nbsp;&nbsp; ``{{t 'code'}}`` &nbsp;&nbsp; * {{t 'bulleted_point'}}
+</div>