summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Andrinopoulos <geoandri@gmail.com>2017-04-12 17:58:12 +0300
committerGeorge Andrinopoulos <geoandri@gmail.com>2017-04-12 21:46:02 +0300
commitffca1cc2ea0f3aeaee5c7aa3afa883489a15af12 (patch)
treeeca95e9d787e6f995bbeb67db4db9981bf71d2b9
parent8d0c7e8451e76fd7ef55b9e7a2bda3e4eada2dda (diff)
downloadgitlab-ce-ffca1cc2ea0f3aeaee5c7aa3afa883489a15af12.tar.gz
Fix ._shortcuts.html.haml
-rw-r--r--app/views/help/_shortcuts.html.haml25
1 files changed, 8 insertions, 17 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml
index 76ea84ff342..ea8bbe92d86 100644
--- a/app/views/help/_shortcuts.html.haml
+++ b/app/views/help/_shortcuts.html.haml
@@ -105,23 +105,6 @@
%td.shortcut
.key esc
%td Go back
- %tbody
- %tr
- %th
- %th Project File
- %tr
- %td.shortcut
- .key y
- %td Go to file permalink
- %tbody.hidden-shortcut.wiki
- %tr
- %th
- %th Wiki pages
- %tr
- %td.shortcut
- .key e
- %td Edit wiki page
-
.col-lg-4
%table.shortcut-mappings
%tbody
@@ -335,3 +318,11 @@
%td.shortcut
.key l
%td Change Label
+ %tbody.hidden-shortcut.wiki{ style: 'display:none' }
+ %tr
+ %th
+ %th Wiki pages
+ %tr
+ %td.shortcut
+ .key e
+ %td Edit wiki page