From 7af283c74d6bc36d2d3a963ddc4b831e9e1e8a98 Mon Sep 17 00:00:00 2001 From: Jacopo Date: Fri, 18 May 2018 17:10:26 +0200 Subject: Closes MR check out branch modal with escape --- app/views/projects/merge_requests/_how_to_merge.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects') diff --git a/app/views/projects/merge_requests/_how_to_merge.html.haml b/app/views/projects/merge_requests/_how_to_merge.html.haml index 54a661040ea..779034fa173 100644 --- a/app/views/projects/merge_requests/_how_to_merge.html.haml +++ b/app/views/projects/merge_requests/_how_to_merge.html.haml @@ -1,4 +1,4 @@ -#modal_merge_info.modal +#modal_merge_info.modal{ tabindex: '-1' } .modal-dialog .modal-content .modal-header -- cgit v1.2.1 From 68eb9ee3617abb1d9dba7264ce9c39016c825936 Mon Sep 17 00:00:00 2001 From: Constance Okoghenun Date: Thu, 24 May 2018 17:17:52 +0000 Subject: Updated branches and tag icons in commit details --- app/views/projects/commit/branches.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/views/projects') diff --git a/app/views/projects/commit/branches.html.haml b/app/views/projects/commit/branches.html.haml index 8611129b356..a91e31afc2b 100644 --- a/app/views/projects/commit/branches.html.haml +++ b/app/views/projects/commit/branches.html.haml @@ -6,7 +6,8 @@ - if @branches.any? || @tags.any? || @tags_limit_exceeded %span - = link_to "…", "#", class: "js-details-expand label label-gray" + = link_to "#", class: "js-details-expand label label-gray ref-name" do + = sprite_icon('ellipsis_h', size: 12, css_class: 'vertical-align-middle') %span.js-details-content.hide = commit_branches_links(@project, @branches) - if @tags_limit_exceeded -- cgit v1.2.1