diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-05-16 18:44:54 -0500 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-05-17 10:57:40 -0500 |
commit | c5a13781fad254e1984cf03f5487350e60f665e5 (patch) | |
tree | 802a0b15f6f0e5f6573200a3666366658e14159f /app/views/projects/show.html.haml | |
parent | 67312fceaa69abb2bc88aa62601625e9f6a62270 (diff) | |
download | gitlab-ce-c5a13781fad254e1984cf03f5487350e60f665e5.tar.gz |
Use same last commit widget on project homepage and tree viewdm-consistent-commit-widget
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r-- | app/views/projects/show.html.haml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index d6c4195e2d0..1ca464696ed 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -73,11 +73,6 @@ = link_to add_special_file_path(@project, file_name: '.gitlab-ci.yml', commit_message: 'Set up auto deploy', branch_name: 'auto-deploy', context: 'autodeploy') do Set up auto deploy - - if @repository.commit - %div{ class: container_class } - .project-last-commit - = render 'projects/last_commit', commit: @repository.commit, ref: current_ref, project: @project - %div{ class: container_class } - if @project.archived? .text-warning.center.prepend-top-20 |