|
|
|
@ -79,7 +79,7 @@
|
|
|
|
|
<%= link_to comment.try(:author).try(:realname), user_path(comment.author_id), :class => "newsBlue mr10 f14" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<%= format_date(comment.created_on) %>
|
|
|
|
|
<%= link_to_if_authorized_course l(:button_delete), {:controller => 'comments', :action => 'destroy', :id => activity, :comment_id => comment},
|
|
|
|
|
<%#= link_to_if_authorized_course l(:button_delete), {:controller => 'comments', :action => 'destroy', :id => activity, :comment_id => comment},
|
|
|
|
|
:data => {:confirm => l(:text_are_you_sure)}, :method => :delete, :title => l(:button_delete) %>
|
|
|
|
|
<!--<a href="javascript:void(0);" class="replyGrey fr ml10">删除</a>-->
|
|
|
|
|
</div>
|
|
|
|
|