Commit eb63eaa0 authored by bikebilly's avatar bikebilly Committed by Kamil Trzcinski

Remove double div

parent afc4c6b9
......@@ -6,10 +6,6 @@
= render "projects/head"
= render "home_panel"
%div{ 'class' => container_class }
- if show_auto_devops_callout?(@project)
= render 'shared/auto_devops_callout'
.row-content-block.second-block.center
%h3.page-title
The repository for this project is empty
......@@ -31,6 +27,8 @@
- if can?(current_user, :push_code, @project)
%div{ class: container_class }
- if show_auto_devops_callout?(@project)
= render 'shared/auto_devops_callout'
.prepend-top-20
.empty_wrapper
%h3.page-title-empty
......
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