Merge "Add tooltip on 'Cannot Merge' telling that a rebase is needed"
This commit is contained in:
@@ -426,7 +426,9 @@ limitations under the License.
|
|||||||
<div ui:field='notMergeable'
|
<div ui:field='notMergeable'
|
||||||
class='{style.notMergeable}'
|
class='{style.notMergeable}'
|
||||||
style='display: none'
|
style='display: none'
|
||||||
aria-hidden='true'>
|
aria-hidden='true'
|
||||||
|
title='The change cannot be merged due to a path conflict. Rebase the change locally and upload the rebased commit for review.'>
|
||||||
|
<ui:attribute name='title'/>
|
||||||
<ui:msg>Cannot Merge</ui:msg>
|
<ui:msg>Cannot Merge</ui:msg>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user