diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/upload_response.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/upload_response.rhtml b/app/views/request/upload_response.rhtml index a0611ff96..e8b9ec150 100644 --- a/app/views/request/upload_response.rhtml +++ b/app/views/request/upload_response.rhtml @@ -28,7 +28,7 @@ <h2><%= _('Respond using the web')%></h2> <p><%= _('Enter your response below. You may attach one file (use email, or - <a href="%s">contact us</a> if you need more).')% [help_contact_path] %></p> + <a href="{{url}}">contact us</a> if you need more).', :url => help_contact_path.html_safe) %></p> <% form_tag '', :id => 'upload_response_form', :multipart => true do %> <p> |