Commit 6718f800 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix UI bug introduced in new project page

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 8e05ee36
...@@ -432,7 +432,7 @@ pre.light-well { ...@@ -432,7 +432,7 @@ pre.light-well {
} }
} }
.prepend-top-20 { .project-footer {
margin-top: 20px; margin-top: 20px;
.btn-remove { .btn-remove {
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
- if current_user - if current_user
- access = user_max_access_in_project(current_user, @project) - access = user_max_access_in_project(current_user, @project)
- if access - if access
.prepend-top-20 .prepend-top-20.project-footer
.gray-content-block.footer-block.center .gray-content-block.footer-block.center
You have #{access} access to this project. You have #{access} access to this project.
- if @project.project_member_by_id(current_user) - if @project.project_member_by_id(current_user)
......
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