summaryrefslogtreecommitdiff
path: root/app/views/snippets/_snippet.html.haml
blob: a2d3a65e6cb572c4788c76885bba1c7e40c4091c (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