Commit b5654eb4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'fix-ui-bug' into 'master'

Fix UI bug introduced in new project page
Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

## Before
![Screenshot_2015-10-01_12.20.10](https://gitlab.com/gitlab-org/gitlab-ce/uploads/dca4598ee558e13c02e31cc1b5ecab9b/Screenshot_2015-10-01_12.20.10.png)
## After
![Screenshot_2015-10-01_12.19.56](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d4a07d1f4aaa1e0cde401d9d408a9976/Screenshot_2015-10-01_12.19.56.png)

cc @skyruler 

See merge request !1483
parents e2881cb7 6718f800
...@@ -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