aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/new.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/new.rhtml')
-rw-r--r--app/views/request/new.rhtml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml
index 18f719264..2bf80eb1b 100644
--- a/app/views/request/new.rhtml
+++ b/app/views/request/new.rhtml
@@ -69,8 +69,9 @@
<div class="form_button">
<%= f.hidden_field(:public_body_id, { :value => @info_request.public_body_id } ) %>
- <%= hidden_field_tag(:submitted_new_request, { :value => 1 } ) %>
- <%= submit_tag "Make public Freedom of Information request >>" %>
+ <%= hidden_field_tag(:submitted_new_request, 1 ) %>
+ <%= hidden_field_tag(:preview, 1 ) %>
+ <%= submit_tag "Preview your public request" %>
</div>
<% end %>