gitlab-org--gitlab-foss/app/views/users/_projects.html.haml
2013-06-21 16:16:05 +03:00

11 lines
328 B
Text

.ui-box
%h5.title Projects
%ul.well-list
- @projects.each do |project|
%li
= link_to project_path(project), class: dom_class(project) do
- if project.namespace
= project.namespace.human_name
\/
%strong.well-title
= truncate(project.name, length: 45)