错误修改

This commit is contained in:
zhanghaitao 2014-08-14 15:47:36 +08:00
parent 36004913c6
commit 0215c96ec9
1 changed files with 4 additions and 3 deletions

View File

@ -95,12 +95,13 @@
<% end %>
<% end %>
<!--添加的删除标签0814添加 -->
<% if obj.author_id == User.current.id %>
<!--<%# if obj.author_id == User.current.id %>
<span class='del'> <%= link_to 'x', :controller => "tags", :action => "remove_tag", :remote => true, :tag_name => tag,
<span class='del'> <%#= link_to 'x', :controller => "tags", :action => "remove_tag", :remote => true, :tag_name => tag,
:taggable_id => obj.id, :taggable_type => object_flag %> </span>
<% end %>
<%# end %>
-->
</span>
</div>