5 lines
217 B
Text
5 lines
217 B
Text
<h1><%= @question.section_name %>: <%= link_to(@question.subject, @question_url) %></h1>
|
|
|
|
<p><%= l(:text_user_wrote, :value => h(@question.author)) %></p>
|
|
|
|
<%= textilizable @question, :content, :only_path => false %>
|