Commit 2c482097fc8028ec9f96d268c42016720aaf9be8
1 parent
7e4ee824
Exists in
master
and in
4 other branches
Remove invalid information from /u/:user page
Showing
1 changed file
with
0 additions
and
9 deletions
Show diff stats
app/views/users/_projects.html.haml
| @@ -9,12 +9,3 @@ | @@ -9,12 +9,3 @@ | ||
| 9 | \/ | 9 | \/ |
| 10 | %strong.well-title | 10 | %strong.well-title |
| 11 | = truncate(project.name, length: 45) | 11 | = truncate(project.name, length: 45) |
| 12 | - %span.pull-right.light | ||
| 13 | - - if project.owner == user | ||
| 14 | - %i.icon-wrench | ||
| 15 | - - tm = project.team.get_tm(user.id) | ||
| 16 | - - if tm | ||
| 17 | - = tm.project_access_human | ||
| 18 | -%p.light | ||
| 19 | - %i.icon-wrench | ||
| 20 | - – user is a project owner |