Remove invalid information from /u/:user page
This commit is contained in:
parent
7e4ee824ab
commit
2c482097fc
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue