mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:26:01 +01:00
4 lines
175 B
Text
4 lines
175 B
Text
- provide(:title, answer_title(@answer))
|
|
- provide(:og, answer_opengraph(@answer))
|
|
.container-lg.container--main
|
|
= render "answerbox", a: @answer, display_all: @display_all
|