2020-04-30 11:33:05 -07:00
|
|
|
- provide(:title, answer_title(@answer))
|
2021-08-06 04:24:04 -07:00
|
|
|
- provide(:og, answer_opengraph(@answer))
|
2021-08-05 15:35:27 -07:00
|
|
|
.container-lg.container--main
|
2023-03-19 08:00:15 -07:00
|
|
|
= render "answerbox", a: @answer, display_all: @display_all, subscribed_answer_ids: @subscribed_answer_ids
|