4 lines
225 B
Text
4 lines
225 B
Text
<% # expects feedback_comment %>
|
|
<% unless feedback_comment.ultimate_parent.blank? %>
|
|
<%= link_to ts('Reply'), reply_user_inbox_path(current_user, comment_id: feedback_comment, filters: @filters), remote: true %>
|
|
<% end %>
|