aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/preview.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/preview.rhtml')
-rw-r--r--app/views/request/preview.rhtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/request/preview.rhtml b/app/views/request/preview.rhtml
index 8d1fd753e..d5195bc0c 100644
--- a/app/views/request/preview.rhtml
+++ b/app/views/request/preview.rhtml
@@ -1,6 +1,6 @@
<% @title = "Preview new " + h(@info_request.law_used_short) + " request to '" + h(@info_request.public_body.name) + "'" %>
-<% form_for(:info_request, @info_request, :html => { :id => 'preview_form' } ) do |f| %>
+<%= form_for(:info_request, @info_request, :html => { :id => 'preview_form' } ) do |f| %>
<h1><%= _('3. Now check your request') %></h1>
<ul>
@@ -10,7 +10,7 @@
</li>
</ul>
- <% fields_for :outgoing_message do |o| %>
+ <%= fields_for :outgoing_message do |o| %>
<div class="correspondence" id="outgoing-0">
<p class="preview_subject">
@@ -45,4 +45,4 @@
<p><strong><%= _('Tags:') %></strong> <%=h @info_request.tag_string %></p>
<% end %>
-<% end %> \ No newline at end of file
+<% end %>