Sha256: d39571b889050ae493f7988947d3f17dc08631a0414c008e5b89044f9cb0b362

Contents?: true

Size: 408 Bytes

Versions: 1

Compression:

Stored size: 408 Bytes

Contents

<%
  # Controllers that use this partial must supply the following variables:
  # comment
  # user

  thread = comment.thread
%>

<% if thread.config.comment_reply_style != :n && !thread.is_closed? && user %>
  <%=
    link_to t('commontator.comment.actions.reply'), commontator.new_thread_comment_path(
      thread, comment: { parent_id: comment.id }, per_page: per_page
    ), remote: true
  %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
commontator-6.0.0.pre.1 app/views/commontator/comments/_reply.html.erb