diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/hbs/nav/nav-shortcuts-help.hbs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/hbs/nav/nav-shortcuts-help.hbs b/server/sonar-web/src/main/hbs/nav/nav-shortcuts-help.hbs index 74e10c7c0ae..4a85651250c 100644 --- a/server/sonar-web/src/main/hbs/nav/nav-shortcuts-help.hbs +++ b/server/sonar-web/src/main/hbs/nav/nav-shortcuts-help.hbs @@ -2,7 +2,7 @@ <h2>{{t 'help'}}</h2> </div> -<div class="modal-body"> +<div class="modal-body modal-container"> <div class="shortcuts-section"> <a href="http://www.sonarqube.org" target="sonar">Community</a> - <a href="http://www.sonarqube.org/documentation" target="sonar_doc">Documentation</a> - @@ -35,6 +35,15 @@ <li><span class="shortcut-button">t</span> {{t 'shortcuts.section.issue.change_tags'}}</li> </ul> </div> + + <div class="shortcuts-section"> + <h3 class="shortcuts-section-title">{{t 'shortcuts.section.rules'}}</h3> + <ul class="shortcuts-list"> + <li><span class="shortcut-button">↑</span> <span class="shortcut-button">↓</span> {{t 'shortcuts.section.rules.navigate_between_rules'}}</li> + <li><span class="shortcut-button">→</span> {{t 'shortcuts.section.rules.open_details'}}</li> + <li><span class="shortcut-button">←</span> {{t 'shortcuts.section.rules.return_to_list'}}</li> + </ul> + </div> </div> <div class="modal-foot"> |