otwarchive-symphonyarchive/app/views/inbox/_reply_button.html.erb

5 lines
225 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<% # 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 %>