Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Baldino <fbaldino@onisep.fr>2016-03-09 11:30:50 +0300
committerFlorent Baldino <fbaldino@onisep.fr>2016-03-09 11:30:50 +0300
commitd0c5ac4ae3a5900e2619727b47114ace31a6c7ff (patch)
treed6ee12b0160f8595c96b1a5f5517b1b89a654d8d /app/views/help
parentaf24645d5d25642f462dea5bacd81908b852c493 (diff)
Cache only last response in markdown preview
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/_shortcuts.html.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml
index e6e3bfbea71..9fc2372762b 100644
--- a/app/views/help/_shortcuts.html.haml
+++ b/app/views/help/_shortcuts.html.haml
@@ -24,7 +24,11 @@
%td Show this dialog
%tr
%td.shortcut
- .key ctrl shift p
+ - if browser.mac?
+ .key ctrl &#8984; p
+ - else
+ .key ctrl shift p
+
%td Toggle Markdown preview
%tbody
%tr