diff options
author | francis <francis> | 2008-09-18 18:02:17 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-18 18:02:17 +0000 |
commit | ab366a520dc91c50d6f120f275eef707319a8721 (patch) | |
tree | bc749914e79aab0b9a0f8c22a4cf0409ce9bbce0 | |
parent | 3bdec61b57113513735254f7ae63ab6afacd7c34 (diff) |
No point showing name twice.
-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 6a79bd7cf..b2cec58f3 100644 --- a/app/views/request/_correspondence.rhtml +++ b/app/views/request/_correspondence.rhtml @@ -26,7 +26,7 @@ if not incoming_message.nil? %> <div class="correspondence" id="incoming-<%=incoming_message.id.to_s%>"> <h2> - <% if !incoming_message.safe_mail_from.nil? %> + <% if !incoming_message.safe_mail_from.nil? && incoming_message.safe_mail_from.strip != @info_request.public_body.name.strip %> <%= incoming_message.safe_mail_from %><br> <% end %> <%=h @info_request.public_body.name %><br> |