|
|
@ -14,7 +14,7 @@
|
|
|
|
<% else %>
|
|
|
|
<% else %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<div class="bid_description">
|
|
|
|
<div class="bid_description">
|
|
|
|
<%= @bid.description %>
|
|
|
|
<%= textilizable(@bid, :description) %>
|
|
|
|
<% if @bid.attachments.any?%>
|
|
|
|
<% if @bid.attachments.any?%>
|
|
|
|
<% options = {:author => true} %>
|
|
|
|
<% options = {:author => true} %>
|
|
|
|
<%= render :partial => 'attachments/links', :locals => {:attachments => @bid.attachments, :options => options} %>
|
|
|
|
<%= render :partial => 'attachments/links', :locals => {:attachments => @bid.attachments, :options => options} %>
|
|
|
|