debian-mirror-gitlab/app/views/shared/topics/_list.html.haml
2021-12-11 22:18:48 +05:30

10 lines
244 B
Plaintext

- 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