BigW Consortium Gitlab

_snippets.html.haml 331 Bytes
Newer Older
1
- link_project = local_assigns.fetch(:link_project, false)
2

3 4
.snippets-list-holder
  %ul.content-list
5
    = render partial: 'shared/snippets/snippet', collection: @snippets, locals: { link_project: link_project }
6 7 8
    - if @snippets.empty?
      %li
        .nothing-here-block Nothing here.
9

10
  = paginate @snippets, theme: 'gitlab'