From 2c482097fc8028ec9f96d268c42016720aaf9be8 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 21 Jun 2013 16:16:05 +0300 Subject: [PATCH] Remove invalid information from /u/:user page --- app/views/users/_projects.html.haml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/views/users/_projects.html.haml b/app/views/users/_projects.html.haml index 4bee2f0c8..9f1446c03 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 - – user is a project owner -- 2.11.0