Replace the warning with an info icon
This commit is contained in:
parent
67bd277ae6
commit
40dd993774
3 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
- if @merge_request_for_resolving_discussions
|
||||
.form-group
|
||||
.col-sm-10.col-sm-offset-2
|
||||
= icon('exclamation-triangle')
|
||||
= icon('info-circle')
|
||||
- if @merge_request_for_resolving_discussions.discussions_can_be_resolved_by?(current_user)
|
||||
= hidden_field_tag 'merge_request_for_resolving_discussions', @merge_request_for_resolving_discussions.iid
|
||||
- if @discussion_to_resolve
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 80 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 10 KiB |
Loading…
Reference in a new issue