Merge branch 'jr-48133-web-ide-commit-ellipsis' into 'master'

Resolve "Web IDE "Commit" button should indicate when there's a subsequent step"

Closes #48133

See merge request gitlab-org/gitlab-ce!20030
This commit is contained in:
Tim Zallmann 2018-06-20 20:16:15 +00:00
commit c36b0797c1
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