mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 15:16:03 +01:00
abf78d4f49
Suggestions from @pixeldesu's review Co-authored-by: Andreas Nedbal <andy@pixelde.su>
13 lines
465 B
Text
13 lines
465 B
Text
#timeline
|
|
- @timeline.each do |answer|
|
|
= render 'answerbox', a: answer
|
|
|
|
= render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @timeline_last_id
|
|
|
|
- if @more_data_available
|
|
.d-flex.justify-content-center.justify-content-sm-start
|
|
%button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @timeline_last_id } }
|
|
= t 'views.actions.load'
|
|
|
|
- provide(:title, list_title(@list))
|
|
- parent_layout 'feed'
|