Fix the border style of CONTRIBUTING button when it exists
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
5b23f2b016
commit
843f960d79
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix the border style of CONTRIBUTING button when it exists
|
||||
merge_request: 25124
|
||||
author: Takuya Noguchi
|
||||
type: fixed
|
Loading…
Reference in a new issue