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:
James Ramsay 2018-06-20 12:21:45 +00:00 committed by James Ramsay
parent c815abbdc0
commit fed8ee0790
2 changed files with 6 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export default {
class="btn btn-primary btn-sm btn-block"
@click="toggleIsSmall"
>
{{ __('Commit') }}
{{ __('Commit') }}
</button>
<p
class="text-center"

View File

@ -0,0 +1,5 @@
---
title: Add ellispsis to web ide commit button
merge_request: 20030
author:
type: other