Commit 47d02c75 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'fix-history-button-padding' into 'master'

Fix history button padding

Closes gitlab-ce#35090

See merge request !2438
parents 5d4250ae 27b249dd
......@@ -75,7 +75,7 @@
.tree-controls
= render 'projects/find_file_link'
= lock_file_link(html_options: { class: 'btn btn-grouped path-lock' })
= link_to s_('Commits|History'), project_commits_path(@project, @id), class: 'btn btn-grouped'
= lock_file_link(html_options: { class: 'btn path-lock' })
= link_to s_('Commits|History'), project_commits_path(@project, @id), class: 'btn'
= render 'projects/buttons/download', project: @project, ref: @ref
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