aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/_view_html_prefix.rhtml
diff options
context:
space:
mode:
authorFaton Selishta <fatonselishta@gmail.com>2011-04-26 13:36:08 +0000
committerFaton Selishta <fatonselishta@gmail.com>2011-04-26 13:50:32 +0000
commitc91b6efa75f16a5afb98af13b7cdc071e47c089f (patch)
treec3680c1a10cddc17f8b8c730db9eccc4d7d0bd94 /app/views/request/_view_html_prefix.rhtml
parent17a2daab9d11c01f5da7208a310f5afe4e8e72cf (diff)
added i18n strings in view templates
Diffstat (limited to 'app/views/request/_view_html_prefix.rhtml')
-rw-r--r--app/views/request/_view_html_prefix.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/_view_html_prefix.rhtml b/app/views/request/_view_html_prefix.rhtml
index 486b62d5d..f425735cd 100644
--- a/app/views/request/_view_html_prefix.rhtml
+++ b/app/views/request/_view_html_prefix.rhtml
@@ -3,10 +3,10 @@
<a href="/"><img src="/images/navimg/logo-trans-small.png" alt="WhatDotheyKnow?"></a>
</div>
<div class="view_html_download_link">
- <%=link_to "Download original attachment", @attachment_url %>
+ <%=link_to _("Download original attachment"), @attachment_url %>
<br>(<%=h @attachment.name_of_content_type %>)
</div>
- This is an HTML version of an attachment to the Freedom of Information request
+ <%= _('This is an HTML version of an attachment to the Freedom of Information request')%>
'<%=link_to h(@info_request.title), incoming_message_url(@incoming_message)%>'.
</div>