diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-16 12:19:45 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-16 12:41:45 +0100 |
commit | 1d8d08a9d6660732372d44ba4a8a733e630bb916 (patch) | |
tree | 9337944254a217cc2c6ed9fea6d945208e9c680f | |
parent | 2d0f419f5f2f719411c8db297581fd92225bf5bb (diff) |
Remove unused param.
Conflicts:
app/views/request/_incoming_correspondence.html.erb
-rw-r--r-- | app/views/request/_incoming_correspondence.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_incoming_correspondence.html.erb b/app/views/request/_incoming_correspondence.html.erb index 277999174..f4550155b 100644 --- a/app/views/request/_incoming_correspondence.html.erb +++ b/app/views/request/_incoming_correspondence.html.erb @@ -14,7 +14,7 @@ <% if incoming_message.prominence == 'requester_only' %> <p id="hidden_message"> <%- if !incoming_message.prominence_reason.blank? %> - <%= _('This message is hidden, so that only you, the requester, can see it. {{reason}}', :url => help_requesting_path.html_safe, :reason => incoming_message.prominence_reason) %> + <%= _('This message is hidden, so that only you, the requester, can see it. {{reason}}', :reason => incoming_message.prominence_reason) %> <%- else %> <%= _('This message is hidden, so that only you, the requester, can see it. Please <a href="{{url}}">contact us</a> if you are not sure why.', :url => help_requesting_path.html_safe) %> <%- end %> |