mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
3 lines
224 B
Text
3 lines
224 B
Text
- provide(:title, "#{@answer.user.display_name.blank? ? "@#{@answer.user.screen_name}'s" : "#{@answer.user.display_name}'s"} answer | #{APP_CONFIG['site_name']}")
|
|
.container.j2-page
|
|
= render 'shared/answerbox', a: @answer
|