Merge branch '57564-contributing-button-border' into 'master'

Fix the border style of CONTRIBUTING button when it exists

Closes #57564

See merge request gitlab-org/gitlab-ce!25124
This commit is contained in:
Filipa Lacerda 2019-02-12 12:49:46 +00:00
commit 937255196c
2 changed files with 7 additions and 1 deletions

View File

@ -256,7 +256,8 @@ class ProjectPresenter < Gitlab::View::Presenter::Delegated
elsif repository.contribution_guide.present?
AnchorData.new(false,
statistic_icon('doc-text') + _('CONTRIBUTING'),
contribution_guide_path)
contribution_guide_path,
'default')
end
end

View File

@ -0,0 +1,5 @@
---
title: Fix the border style of CONTRIBUTING button when it exists
merge_request: 25124
author: Takuya Noguchi
type: fixed