socialforge/app/views/bids/_pre_show.html.erb

12 lines
281 B
Plaintext
Raw Normal View History

2013-08-15 09:54:08 +08:00
<!-- fq -->
<% unless content.nil?%>
2014-10-31 20:39:09 +08:00
<table width="80%" style="margin-left: 60px;">
2013-08-15 09:54:08 +08:00
<tr>
<td> <%= textilizable content %></td>
</tr>
<tr>
<td><%= hidden_field_tag 'reference_content', params[:reference_content], :value => content%></td>
</tr>
</table>
<% end %>