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

_snippet.html.haml « snippets « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6002362a15f9be79497edffaa4759910bf01df8 (plain)
1
2
3
4
5
6
%tr
  %td
    %a{:href => project_snippet_path(snippet.project, snippet)}
      = truncate(snippet.title, :length => 60)
      %span.right.cgray
        = snippet.file_name