Fix the border style of CONTRIBUTING button when it exists

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya Noguchi 2019-02-12 10:05:17 +09:00
parent 5b23f2b016
commit 843f960d79
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? elsif repository.contribution_guide.present?
AnchorData.new(false, AnchorData.new(false,
statistic_icon('doc-text') + _('CONTRIBUTING'), statistic_icon('doc-text') + _('CONTRIBUTING'),
contribution_guide_path) contribution_guide_path,
'default')
end end
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