|
|
@ -6,7 +6,7 @@
|
|
|
|
<%=link_to image_tag(url_to_avatar(@topic.author), :width => "46", :height => "46"), user_path(@topic.author) %>
|
|
|
|
<%=link_to image_tag(url_to_avatar(@topic.author), :width => "46", :height => "46"), user_path(@topic.author) %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="talk_txt fl">
|
|
|
|
<div class="talk_txt fl">
|
|
|
|
<p class="problem_tit fl fb" >
|
|
|
|
<p class="problem_tit fl fb" style="word-break:break-all;" >
|
|
|
|
<%= @topic.subject %></p>
|
|
|
|
<%= @topic.subject %></p>
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
<p>由<%= link_to_user_header @topic.author,false,:class=> 'problem_name c_orange' %> 添加于<%= format_time(@topic.created_on) %></p>
|
|
|
|
<p>由<%= link_to_user_header @topic.author,false,:class=> 'problem_name c_orange' %> 添加于<%= format_time(@topic.created_on) %></p>
|
|
|
@ -26,7 +26,7 @@
|
|
|
|
:class => 'talk_edit fr'
|
|
|
|
:class => 'talk_edit fr'
|
|
|
|
) if @message.destroyable_by?(User.current) %>
|
|
|
|
) if @message.destroyable_by?(User.current) %>
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="talk_info mb10"><%= textilizable(@topic, :content) %></div>
|
|
|
|
<div class="talk_info mb10" style="word-break:break-all;"><%= textilizable(@topic, :content) %></div>
|
|
|
|
<div class="talk_info mb10"><%= link_to_attachment_project @topic, :author => false %></div>
|
|
|
|
<div class="talk_info mb10"><%= link_to_attachment_project @topic, :author => false %></div>
|
|
|
|
<!-- <a href="#" class=" link_file ml60">附件:爱覅俄方if.zip(27.5kB)</a>-->
|
|
|
|
<!-- <a href="#" class=" link_file ml60">附件:爱覅俄方if.zip(27.5kB)</a>-->
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="cl"></div>
|
|
|
|