mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-22 21:43:02 +01:00
4 lines
172 B
Text
4 lines
172 B
Text
- provide(:title, answer_title(@answer))
|
|
- provide(:og, answer_opengraph(@answer))
|
|
.container.container--main
|
|
= render 'answerbox', a: @answer, display_all: @display_all
|