Commit 843f960d authored by Takuya Noguchi's avatar Takuya Noguchi

Fix the border style of CONTRIBUTING button when it exists

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 5b23f2b0
......@@ -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
......
---
title: Fix the border style of CONTRIBUTING button when it exists
merge_request: 25124
author: Takuya Noguchi
type: fixed
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