diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/file_request/create.rhtml | 5 | ||||
-rw-r--r-- | app/views/file_request/index.rhtml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/file_request/create.rhtml b/app/views/file_request/create.rhtml new file mode 100644 index 000000000..8220705ca --- /dev/null +++ b/app/views/file_request/create.rhtml @@ -0,0 +1,5 @@ +<% @title = "New FOI request" %> + +<p>Your Freedom of Information request has been created. + + diff --git a/app/views/file_request/index.rhtml b/app/views/file_request/index.rhtml index 299a9eac4..ecdcb054d 100644 --- a/app/views/file_request/index.rhtml +++ b/app/views/file_request/index.rhtml @@ -1,6 +1,6 @@ <% @title = "New FOI request" %> -<%= error_messages_for :info_request %> +<%= foi_error_messages_for :info_request %> <% form_for(:info_request, @info_request, :url => { :action => :create }, :html => { :id => 'writeForm' } ) do |f| %> |