diff options
Diffstat (limited to 'app/views/file_request')
-rw-r--r-- | app/views/file_request/index.rhtml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/app/views/file_request/index.rhtml b/app/views/file_request/index.rhtml index c1f686bd7..dec0103fc 100644 --- a/app/views/file_request/index.rhtml +++ b/app/views/file_request/index.rhtml @@ -35,14 +35,11 @@ displayed publically on this website.</p> <!-- (a one line summary of the information you are requesting, e.g. 'Crime statistics by ward level for Wales') --> </p> -<% -=begin %> - <p> - <%= f.text_area :body %> - </p> -<% -=end -%> + <% fields_for :outgoing_message do |o| %> + <p> + <%= o.text_area :body %> + </p> + <% end %> <p> <%= submit_tag "Create" %> |