mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-08 05:13:36 +01:00
haha regexp go brrr special thanks to @seatsea for helping me out with the French locales
12 lines
405 B
Text
12 lines
405 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
|
|
%button.btn.btn-default#load-more-btn{ type: :button, data: { last_id: @timeline_last_id } }
|
|
= t 'views.actions.load'
|
|
|
|
- provide(:title, list_title(@list))
|
|
- parent_layout 'feed'
|