diff options
Diffstat (limited to 'app/views/file_request/index.rhtml')
-rw-r--r-- | app/views/file_request/index.rhtml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/file_request/index.rhtml b/app/views/file_request/index.rhtml index dec0103fc..acf7a5890 100644 --- a/app/views/file_request/index.rhtml +++ b/app/views/file_request/index.rhtml @@ -11,6 +11,14 @@ displayed publically on this website.</p> <div id="address_part"> + <p> + <label for="public_body">Public body:</label> + <%= + @public_bodies = PublicBody.find(:all, :order => "name") + f.collection_select(:public_body, @public_bodies, :id, :name) + %> + </p> + <% fields_for :user do |u| %> <p> <label for="user_name">Your name:</label> |