<%= link_to image_tag(url_to_avatar(@forum.creator),:width => 60,:height => 60,:alt => '贴吧图像' ), user_path( @forum.creator) %>
<% user_name = @forum.creator.show_name.empty? ? @forum.creator.name : @forum.creator.show_name %>
吧主:
<%= user_name %>
回答:<%= @my_replies_count %> <% unless @my_topic_count == 0 %> 帖子:<%= @my_topic_count %> <% end %>
<%= link_to @forum.name, forum_path(@forum), :class => "f16 fontBlue", :style => "word-break: break-all; word-wrap:break-word;white-space:pre-wrap;" %>
<%= h @forum.description.html_safe%> <% if @forum.creator.id == User.current.id %> <%= image_tag('signature_edit.png',{:width => 12,:height => 12}) %> <% end %>
<% unless params[:controller] == "forums" %>
<%= link_to "我要提问".html_safe, new_forum_memo_path(:forum_id => @forum) %>
<% end %>