_snippets.html.haml 276 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 %table %thead %tr %th Title %th File Name %th Expires At %th Project = render partial: 'snippet', collection: @snippets - if @snippets.empty? %tr %td{colspan: 4} %h3.nothing_here_message Nothing here. = paginate @snippets