Fix group assoc. Show namespace in project list

This commit is contained in:
Dmitriy Zaporozhets 2012-11-24 22:39:51 +02:00
parent 65c470e843
commit 2f22874ba6
2 changed files with 6 additions and 2 deletions

View file

@ -12,7 +12,11 @@
- projects.each do |project|
%li.wll
= link_to project_path(project), class: dom_class(project) do
%strong.project_name= truncate(project.name, length: 25)
- if project.namespace
= project.namespace.human_name
\/
%strong.project_name
= truncate(project.name, length: 25)
%span.arrow
→
%span.last_activity