diff --git a/app/views/home/index.rhtml b/app/views/home/index.rhtml
index 3cb8011..f43682e 100644
--- a/app/views/home/index.rhtml
+++ b/app/views/home/index.rhtml
@@ -1,3 +1,19 @@
<%= flash[:notice] %>
<%= @environment.description %>
+
+
+
<%= _('Search') %>
+
+ <% form_tag :controller => 'search', :action => 'index' do %>
+
+
+ <%= text_field_tag('query', '', :size => 50) %>
+ <%= submit_button(:search, _('Search')) %>
+
+
+
+ <%= lightbox_link_to _('More search options'), :controller => 'search', :action => 'popup' %>
+
+ <% end %>
+
--
libgit2 0.21.2