aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/_view_html_prefix.rhtml
blob: f425735cd565cf33d31b49e3ba887b43a0c658f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="view_html_prefix">
    <div class="view_html_logo">
        <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 %> 
        <br>(<%=h @attachment.name_of_content_type %>)
    </div>
    <%= _('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>