Add ellipsis to Web IDE commit button
The blue shortcut commit button opens the commit interface to actually perform the commit. The ellipsis indicates the button doesn't immediately perform the commit.
This commit is contained in:
parent
c815abbdc0
commit
fed8ee0790
|
|
@ -117,7 +117,7 @@ export default {
|
|||
class="btn btn-primary btn-sm btn-block"
|
||||
@click="toggleIsSmall"
|
||||
>
|
||||
{{ __('Commit') }}
|
||||
{{ __('Commit…') }}
|
||||
</button>
|
||||
<p
|
||||
class="text-center"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Add ellispsis to web ide commit button
|
||||
merge_request: 20030
|
||||
author:
|
||||
type: other
|
||||
Loading…
Reference in New Issue