Commit 1a47c081 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Update shortcuts dialog

parent 749abfaf
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
%tr %tr
%td.shortcut %td.shortcut
.key ? .key ?
%td Show this dialog %td Show/hide this dialog
%tr %tr
%td.shortcut %td.shortcut
- if browser.mac? - if browser.mac?
...@@ -169,6 +169,10 @@ ...@@ -169,6 +169,10 @@
%td.shortcut %td.shortcut
.key t .key t
%td Go to finding file %td Go to finding file
%tr
%td.shortcut
.key i
%td New issue
.col-lg-4 .col-lg-4
%table.shortcut-mappings %table.shortcut-mappings
%tbody{ class: 'hidden-shortcut network', style: 'display:none' } %tbody{ class: 'hidden-shortcut network', style: 'display:none' }
...@@ -241,6 +245,10 @@ ...@@ -241,6 +245,10 @@
%td.shortcut %td.shortcut
.key e .key e
%td Edit issue %td Edit issue
%tr
%td.shortcut
.key l
%td Change Label
%tbody{ class: 'hidden-shortcut merge_requests', style: 'display:none' } %tbody{ class: 'hidden-shortcut merge_requests', style: 'display:none' }
%tr %tr
%th %th
...@@ -261,3 +269,7 @@ ...@@ -261,3 +269,7 @@
%td.shortcut %td.shortcut
.key e .key e
%td Edit merge request %td Edit merge request
%tr
%td.shortcut
.key l
%td Change Label
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment