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

5 lines
211 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-02-16 15:45:40 -08:00
= render 'answerbox', a: @answer, display_all: @display_all, subscribed_answer_ids: @subscribed