diff options
author | Florent Baldino <fbaldino@onisep.fr> | 2016-03-09 09:30:50 +0100 |
---|---|---|
committer | Florent Baldino <fbaldino@onisep.fr> | 2016-03-09 09:30:50 +0100 |
commit | d0c5ac4ae3a5900e2619727b47114ace31a6c7ff (patch) | |
tree | d6ee12b0160f8595c96b1a5f5517b1b89a654d8d /app/views/help | |
parent | af24645d5d25642f462dea5bacd81908b852c493 (diff) | |
download | gitlab-ce-d0c5ac4ae3a5900e2619727b47114ace31a6c7ff.tar.gz |
Cache only last response in markdown preview
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/_shortcuts.html.haml | 6 |
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 ⌘ p + - else + .key ctrl shift p + %td Toggle Markdown preview %tbody %tr |