Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_projects.html.haml « users « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f1446c03171f740d21713b194b6a84495977dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
.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)