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: 0385d7532075c3367a1a6447e3850516c6090339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%tr
  %td
    %a{:href => project_snippet_path(snippet.project, snippet)}
      %strong= truncate(snippet.title, :length => 60)
  %td
    = snippet.file_name
  %td
    %span.cgray
      - if snippet.expires_at 
        = snippet.expires_at.to_date.to_s(:short)
      - else
        Never