socialforge/app/views/words/_journal_reply.html.erb

8 lines
320 B
Plaintext
Raw Normal View History

2013-12-25 21:00:40 +08:00
<% id = "journal_reply_ul_" + journal.id.to_s%>
2014-11-02 12:12:41 +08:00
<div id = '<%= id %>' >
2014-10-28 17:22:35 +08:00
<% fetch_user_leaveWord_reply(journal).each do |reply|%>
<%= render :partial => "words/journal_reply_items", :locals => {:reply => reply, :journal => journal, :m_reply_id => reply,:show_name=> show_name} %>
2014-10-28 17:22:35 +08:00
<% end %>
2014-10-31 20:39:09 +08:00
</div>