otwarchive-symphonyarchive/app/views/inbox/_reply_button.html.erb
2026-03-11 22:22:11 +00:00

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