retrospring/app/views/answer/show.html.haml
2023-11-07 22:53:10 +01:00

4 lines
263 B
Text

- provide(:title, answer_title(@answer))
- provide(:og, answer_opengraph(@answer))
.container-lg.container--main
= render "answerbox", a: @answer, display_all: @display_all, subscribed_answer_ids: @subscribed_answer_ids, reacted_answer_ids: @reacted_answer_ids