summaryrefslogtreecommitdiff
path: root/app/views/shared/topics/_list.html.haml
blob: ddf47261d4243da210d7f0d4ca632b85eda29b8c (plain)
1
2
3
4
5
6
7
8
9
- remote = local_assigns.fetch(:remote, false)

- if @topics.empty?
  = render 'shared/empty_states/topics'
- else
  .row.gl-mt-3
    = render partial: 'shared/topics/topic', collection: @topics

  = paginate_collection @topics, remote: remote