Commit 2c482097 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove invalid information from /u/:user page

parent 7e4ee824
...@@ -9,12 +9,3 @@ ...@@ -9,12 +9,3 @@
\/ \/
%strong.well-title %strong.well-title
= truncate(project.name, length: 45) = 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment