i用户互动留言不显示
This commit is contained in:
parent
3484632ce8
commit
586f112b4f
|
@ -240,6 +240,7 @@
|
|||
</div>
|
||||
|
||||
<%= render :partial => 'layouts/base_footer'%>
|
||||
<%= debug(params) if Rails.env.development? %>
|
||||
</div>
|
||||
<div id="ajax-indicator" style="display:none;">
|
||||
<span><%= l(:label_loading) %></span>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<% unless @activity.empty? %>
|
||||
<div id="activity">
|
||||
<% @activity.each do |e| %>
|
||||
<% next if( (e.act_type == 'JournalsForMessage') && !(User.current.id.eql?(params[:id].to_i)) ) %>
|
||||
<% act = e.act %>
|
||||
<% unless act.nil? %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue