|
|
|
@ -28,7 +28,12 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostDeadline">时间:<%=format_date(activity.created_on) %></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostIntro break_word" id="activity_description_<%= user_activity.id %>">缺陷描述:<%= activity.description.html_safe %></div>
|
|
|
|
|
<div class="homepagePostIntro break_word" id="activity_description_<%= user_activity.id %>">缺陷描述:
|
|
|
|
|
<% if activity.description? %>
|
|
|
|
|
<%= textAreailizable activity, :description, :attachments => activity.attachments %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<%#= activity.description.html_safe %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="mt10" style="font-weight:normal;">
|
|
|
|
|
<% if activity.attachments.any? %>
|
|
|
|
|
<% activity.attachments.each do |attachment| %>
|
|
|
|
|