diff options
Diffstat (limited to 'app/views/content/_search.html.erb')
| -rw-r--r-- | app/views/content/_search.html.erb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/app/views/content/_search.html.erb b/app/views/content/_search.html.erb index 9f61042..aa91424 100644 --- a/app/views/content/_search.html.erb +++ b/app/views/content/_search.html.erb | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | <% form_tag search_path, :method => 'get' do %> | 1 | <%= form_tag search_path, :method => 'get' do %> |
| 2 | <table> | 2 | <div><%= text_field_tag :search_term, params[:search_term], :placeholder => 'suchen', :type => 'search' %></div> |
| 3 | <tr> | 3 | <% end %> |
| 4 | <td><%= text_field_tag :search_term, params[:search_term] %></td> | ||
| 5 | <td style="padding-top: 2px"><%= image_submit_tag("search_button.png") %></td> | ||
| 6 | </tr> | ||
| 7 | </table> | ||
| 8 | <% end %> \ No newline at end of file | ||
