Commit 8cea5e29 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'issue-list-view-deprecated-button' into 'master'

Remove deprecated info button from issue list view

See merge request gitlab-org/gitlab!57762
parents 50f16f19 7b46c82c
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
= form_tag [:bulk_update, @project, type], method: :post, class: "bulk-update" do = form_tag [:bulk_update, @project, type], method: :post, class: "bulk-update" do
.block.issuable-sidebar-header .block.issuable-sidebar-header
.filter-item.inline.update-issues-btn.float-left .filter-item.inline.update-issues-btn.float-left
= button_tag _('Update all'), class: "gl-button btn update-selected-issues btn-info", disabled: true = button_tag _('Update all'), class: "gl-button btn update-selected-issues btn-confirm", disabled: true
= button_tag _('Cancel'), class: "gl-button btn btn-default js-bulk-update-menu-hide float-right" = button_tag _('Cancel'), class: "gl-button btn btn-default js-bulk-update-menu-hide float-right"
- if params[:state] != 'merged' - if params[:state] != 'merged'
.block .block
......
---
title: Remove deprecated info button from issue list view
merge_request: 57762
author:
type: other
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