summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-21 16:16:05 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-21 16:16:05 +0300
commit2c482097fc8028ec9f96d268c42016720aaf9be8 (patch)
tree6b70e6adc4e501239824e1d73faf14482eed07a0
parent7e4ee824ab4cfedba72e742331536a6e207f7f2d (diff)
downloadgitlab-ce-2c482097fc8028ec9f96d268c42016720aaf9be8.tar.gz
Remove invalid information from /u/:user page
-rw-r--r--app/views/users/_projects.html.haml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/users/_projects.html.haml b/app/views/users/_projects.html.haml
index 4bee2f0c8ff..9f1446c0317 100644
--- a/app/views/users/_projects.html.haml
+++ b/app/views/users/_projects.html.haml
@@ -9,12 +9,3 @@
\/
%strong.well-title
= truncate(project.name, length: 45)
- %span.pull-right.light
- - if project.owner == user
- %i.icon-wrench
- - tm = project.team.get_tm(user.id)
- - if tm
- = tm.project_access_human
-%p.light
- %i.icon-wrench
- &ndash; user is a project owner