2020-04-25 09:23:02 -07:00
|
|
|
#timeline
|
|
|
|
- @timeline.each do |answer|
|
2022-07-19 08:28:38 -07:00
|
|
|
= render "answerbox", a: answer
|
2020-04-25 09:23:02 -07:00
|
|
|
|
2020-05-08 19:51:14 -07:00
|
|
|
- if @more_data_available
|
2022-10-25 12:52:58 -07:00
|
|
|
.d-flex.justify-content-center#paginator
|
2022-09-08 13:41:32 -07:00
|
|
|
= button_to "#{request.path}?last_id=#{@timeline_last_id}", class: "btn btn-light" do
|
2022-07-30 09:50:46 -07:00
|
|
|
= t("voc.load")
|
2020-04-25 09:23:02 -07:00
|
|
|
|
2022-07-21 06:57:12 -07:00
|
|
|
- provide(:title, @title || APP_CONFIG["site_name"])
|
2020-05-09 23:40:32 -07:00
|
|
|
- parent_layout 'feed'
|