<% # Clients of this partial must supply the following variable: # thread %> <% user = send(Commontator.current_user_method) %> <% thread = commontable.thread %> <% if thread.can_be_read_by?(user) %> <%= stylesheet_link_tag "commontator/application", :media => "all" %>
<%= link_to 'View ' + thread.config.comment_name.pluralize, commontator.thread_path(thread), :remote => true %>
<% end %>