mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:09:52 +01:00
11 lines
361 B
Text
11 lines
361 B
Text
#timeline
|
|
- @timeline.each do |answer|
|
|
= render "answerbox", a: answer
|
|
|
|
- if @more_data_available
|
|
.d-flex.justify-content-center.justify-content-sm-start#paginator
|
|
= button_to "#{request.path}?last_id=#{@timeline_last_id}", class: "btn btn-light" do
|
|
= t("voc.load")
|
|
|
|
- provide(:title, @title || APP_CONFIG["site_name"])
|
|
- parent_layout 'feed'
|