otwarchive-sunsetarchive/app/views/inbox/_reply_button.html.erb
2026-03-17 01:16:49 -04:00

4 lines
225 B
Text
Executable file

<% # 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 %>