mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 19:03:36 +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
|