Commit 93725519 authored by Filipa Lacerda's avatar Filipa Lacerda

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
parents 6886aa4f 843f960d
......@@ -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