Commit cf1416fa authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Show both Private and Public labels on project show page

parent be7eb8e3
......@@ -30,7 +30,7 @@
float: right;
}
.project-home-extra {
margin-top: 20px;
margin-top: 15px;
.project-home-desc {
float: left;
......
......@@ -5,6 +5,9 @@
= @project.name_with_namespace
- if @project.public
%span.public-label Public
- else
%span.public-label Private
.span8
.project-home-dropdown
= render "dropdown"
......
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