diff options
| author | hukl <contact@smyck.org> | 2009-09-06 21:50:42 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-06 21:50:42 +0200 |
| commit | d555e1b27df1096e8899f2e50c8d6421f4c1cca3 (patch) | |
| tree | 2a2c0a51aada911aa4955bf9e242300b9a35e3ed /app/views/search | |
| parent | f90dca555247651c580f879a22d932f378a34ce9 (diff) | |
search field now at the right position with image button and image textfield
Diffstat (limited to 'app/views/search')
| -rw-r--r-- | app/views/search/index.html.erb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb index 2e46d20..28764bf 100644 --- a/app/views/search/index.html.erb +++ b/app/views/search/index.html.erb | |||
| @@ -1,9 +1,5 @@ | |||
| 1 | <h2>Suche</h2> | 1 | <h2>Suche</h2> |
| 2 | 2 | ||
| 3 | <% form_tag search_path, :method => 'get' do %> | ||
| 4 | <%= text_field_tag :search_term %> | ||
| 5 | <%= submit_tag "Suchen" %> | ||
| 6 | <% end %> | ||
| 7 | 3 | ||
| 8 | 4 | ||
| 9 | <% if params[:search_term] %> | 5 | <% if params[:search_term] %> |
