reply to html safe
This commit is contained in:
parent
c39bce1cb5
commit
e3f0c0db2a
|
|
@ -93,7 +93,7 @@
|
|||
<div class="control-group">
|
||||
<%= label_tag nil,t('mongoid.attributes.ask_question.reply'), :class=> 'control-label' %>
|
||||
<div class="controls">
|
||||
<%= ask.reply %>
|
||||
<%= ask.reply.to_s.html_safe %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue