Commit 98357003 authored by David O'Regan's avatar David O'Regan

Merge branch 'yo-update-gl-button' into 'master'

Apply new GitLab UI for commit browse file button

See merge request gitlab-org/gitlab!51805
parents ee0b090b 4fed4724
......@@ -105,7 +105,7 @@ module CommitsHelper
tooltip = _("Browse Directory")
end
link_to url, class: "btn btn-default has-tooltip", title: tooltip, data: { container: "body" } do
link_to url, class: "btn gl-button btn-default has-tooltip", title: tooltip, data: { container: "body" } do
sprite_icon('folder-open')
end
end
......
---
title: Apply new GitLab UI for commit browse file button
merge_request: 51805
author: Yogi (@yo)
type: other
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