diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-08-20 18:10:16 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-08-20 18:10:16 +0000 |
commit | 694555850c08df0e98209b49b9c26d4c0428ad31 (patch) | |
tree | 1e69bb796398f055a8b2e1823a78d4a4ae879930 /app/views/projects/graphs/show.html.haml | |
parent | 520f3178665de5e7d313d332989cd445da83817b (diff) | |
download | gitlab-ce-694555850c08df0e98209b49b9c26d4c0428ad31.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/graphs/show.html.haml')
-rw-r--r-- | app/views/projects/graphs/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/graphs/show.html.haml b/app/views/projects/graphs/show.html.haml index 495a4ac50bf..a73e367733b 100644 --- a/app/views/projects/graphs/show.html.haml +++ b/app/views/projects/graphs/show.html.haml @@ -1,6 +1,6 @@ - page_title _('Contributors') -.sub-header-block.bg-gray-light.gl-p-3-deprecated-no-really-do-not-use-me +.sub-header-block.bg-gray-light.gl-p-5 .tree-ref-holder.inline.vertical-align-middle = render 'shared/ref_switcher', destination: 'graphs' = link_to s_('Commits|History'), project_commits_path(@project, current_ref), class: 'btn' |