<%=l(:label_message_plural)%>

<%= render 'tab_messages' %>

<%=l(:label_forum) %>

<% @count=0%> <% for memo in @memo -%> <% @count=@count + 1 %> "> <% end %>
序号 来源 作者 时间 标题 回复数
<%= @count %> <%= memo.forum_id %> <%= memo.try(:author)%><% else %><%=memo.try(:author).try(:realname) %><% end %>'> <% if memo.try(:author).try(:realname) == ' '%> <%= link_to(memo.try(:author), user_path(memo.author)) %> <% else %> <%= link_to(memo.try(:author).try(:realname), user_path(memo.author)) %> <% end %> <%= format_date(memo.created_at) %> <%= memo.subject %> <%=memo.replies_count %>
<% html_title(l(:label_message_plural)) -%>