aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-12-13 20:39:33 +0000
committerLouise Crow <louise.crow@gmail.com>2012-12-13 20:39:33 +0000
commitb446bbee9d936f3f5424f4c79b34577416a68f7f (patch)
tree20dcd9a64554816fdb4765be7a776592aa926814 /app/views
parentfed1571d319023d93287c98b1a155cbd75aec8b6 (diff)
parenta5744b206cf1ca811f913d68cafc0178079be2f7 (diff)
Merge branch 'hotfix/authenticate-and-expire-download-zips' into wdtk
Diffstat (limited to 'app/views')
-rw-r--r--app/views/request/_after_actions.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/request/_after_actions.rhtml b/app/views/request/_after_actions.rhtml
index 580ff0e87..221634549 100644
--- a/app/views/request/_after_actions.rhtml
+++ b/app/views/request/_after_actions.rhtml
@@ -15,9 +15,11 @@
<%= link_to _('Update the status of this request'), '#describe_state_form_1' %>
</li>
<% end %>
+ <% if @info_request.all_can_view? %>
<li>
<%= link_to _("Download a zip file of all correspondence"), download_entire_request_url(:url_title => @info_request.url_title) %>
</li>
+ <% end %>
</ul>
</div>
<% if ! @info_request.is_external? %>