Commit 333cade3 authored by Peter Hegman's avatar Peter Hegman

Merge branch 'button-variant-empty-branch-mr' into 'master'

Change button variant to confirm of empty branch MR

See merge request gitlab-org/gitlab!84728
parents ddf81928 de420f3b
...@@ -61,7 +61,7 @@ export default { ...@@ -61,7 +61,7 @@ export default {
</gl-sprintf> </gl-sprintf>
</div> </div>
<div class="text-center"> <div class="text-center">
<gl-button :href="getNoteableData.new_blob_path" variant="success" category="primary">{{ <gl-button :href="getNoteableData.new_blob_path" variant="confirm" category="primary">{{
__('Create commit') __('Create commit')
}}</gl-button> }}</gl-button>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment