summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-04 09:07:50 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-04 09:07:50 -0500
commit712af98e9c11b28a11fb31fc86af5ef83a5485cb (patch)
tree1bd03390d56eb1cc0918c593b06121b618ece784
parentd985d08a19d945ad4615b319c9346ec88abf2f97 (diff)
downloadgitlab-ce-712af98e9c11b28a11fb31fc86af5ef83a5485cb.tar.gz
removes footer message about access to project
-rw-r--r--app/views/projects/show.html.haml9
1 files changed, 1 insertions, 8 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 5d04776f7f4..ffbe445b447 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -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. \ No newline at end of file
+ = render default_project_view \ No newline at end of file