9 lines
244 B
Text
9 lines
244 B
Text
- 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
|