removes footer message about access to project

This commit is contained in:
Jacob Schatz 2016-01-04 09:07:50 -05:00
parent d985d08a19
commit 712af98e9c
1 changed files with 1 additions and 8 deletions

View File

@ -68,11 +68,4 @@
= render 'projects/last_commit', commit: @repository.commit, project: @project
%div{class: "project-show-#{default_project_view}"}
= render default_project_view
- if current_user
- access = user_max_access_in_project(current_user.id, @project)
- if access
.prepend-top-20.project-footer
.gray-content-block.footer-block.center
You have #{access} access to this project.
= render default_project_view