mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 18:19:52 +01:00
4 lines
222 B
Text
4 lines
222 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
|