aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/_view_html_prefix.rhtml
blob: 486b62d5d22cc4fce1b8b342f45bd08b32ed62d6 (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>