diff options
Diffstat (limited to 'app/views/index/index.rhtml')
-rw-r--r-- | app/views/index/index.rhtml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app/views/index/index.rhtml b/app/views/index/index.rhtml deleted file mode 100644 index f44aa95b3..000000000 --- a/app/views/index/index.rhtml +++ /dev/null @@ -1,20 +0,0 @@ -<div id="frontpage"> - - <div id="make_requests"> - <h1>Make requests for information from the UK Government</h1> - - <% form_for(:info_request, @info_request, :url => { :controller => :new, :action => :index }, :html => { :id => 'public_body_form', :class => 'plaque' } ) do |f| %> - <p>Choose which public body you would like information from.</p> - <%= @public_bodies = PublicBody.find(:all, :order => "name") - f.collection_select(:public_body_id, @public_bodies, :id, :name) %> - <p><%= submit_tag "Submit >>" %></p> - <% end %> - </div> - - <div id="find_information"> - <h1>Find information that others requested</h1> - <p><a href="/list">View all information</a></p> - </div> - - -</div> |