Commit 2c482097fc8028ec9f96d268c42016720aaf9be8

Authored by Dmitriy Zaporozhets
1 parent 7e4ee824

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 9 \/
10 10 %strong.well-title
11 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
... ...