Retrospring/app/views/answer/show.html.haml

5 lines
222 B
Plaintext
Raw Normal View History

2020-04-30 11:33:05 -07:00
- provide(:title, answer_title(@answer))
- provide(:og, answer_opengraph(@answer))
.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