<%=l(:label_message_plural)%>

<%= render 'tab_messages' %>

<%=l(:label_forum) %>

<% @count=@page * 30%> <% for memo in @memo -%> <% @count=@count + 1 %> "> <% end %>
序号 来源(贴吧ID) 作者 时间 标题 回复数
<%= @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) %> <% if memo.parent_id.nil? || memo.subject.starts_with?('RE:')%> <%= link_to(memo.subject, forum_memo_path(memo.forum, memo)) %> <% else %> <%= link_to("RE:"+memo.subject, forum_memo_path(memo.forum, memo)) %> <% end %> <%= link_to(memo.replies_count, forum_memo_path(memo.forum, memo)) %>
<% html_title(l(:label_message_plural)) -%>