diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/_correspondence.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_correspondence.rhtml b/app/views/request/_correspondence.rhtml index 49e2a81cf..d5edd1e4b 100644 --- a/app/views/request/_correspondence.rhtml +++ b/app/views/request/_correspondence.rhtml @@ -18,7 +18,7 @@ if not incoming_message.nil? <p class="event_actions"> <%= link_to "Link to this", incoming_message_url(incoming_message) %> | - <%= link_to "Reply", show_response_url(:id => incoming_message.info_request.id, :incoming_message_id => incoming_message.id) + "#followup" %> + <%= link_to "Send follow up", show_response_url(:id => incoming_message.info_request.id, :incoming_message_id => incoming_message.id) + "#followup" %> </p> </div> <% |