diff options
author | francis <francis> | 2008-08-31 14:40:14 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-31 14:40:14 +0000 |
commit | 51edc529356408ddd80d8a1c09927e73b203c5d8 (patch) | |
tree | 4d9e3f7471493599f77d30aea023e59d08c06517 | |
parent | f6806c86ee069f79c2d40c176939f7127c6c0f90 (diff) |
I think "send follow up" makes it clearer it isn't a comment reply, but an email
-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> <% |