diff options
| author | hukl <contact@smyck.org> | 2009-10-07 23:43:43 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-07 23:43:43 +0200 |
| commit | bdcb3c20521c9c51bdafd6bd40288b38c35f9202 (patch) | |
| tree | 80d2df79d698920934fab51bff9b7c222e1ecc80 /app/views/content | |
| parent | 8f809247c52eeadd4b247ab4ec6f200ec0ebe4f7 (diff) | |
fixed html
Diffstat (limited to 'app/views/content')
| -rw-r--r-- | app/views/content/_search.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/content/_search.html.erb b/app/views/content/_search.html.erb index 718a516..9f61042 100644 --- a/app/views/content/_search.html.erb +++ b/app/views/content/_search.html.erb | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | <table> | ||
| 2 | <% form_tag search_path, :method => 'get' do %> | 1 | <% form_tag search_path, :method => 'get' do %> |
| 2 | <table> | ||
| 3 | <tr> | 3 | <tr> |
| 4 | <td><%= text_field_tag :search_term, params[:search_term] %></td> | 4 | <td><%= text_field_tag :search_term, params[:search_term] %></td> |
| 5 | <td style="padding-top: 2px"><%= image_submit_tag("search_button.png") %></td> | 5 | <td style="padding-top: 2px"><%= image_submit_tag("search_button.png") %></td> |
| 6 | </tr> | 6 | </tr> |
| 7 | <% end %> | 7 | </table> |
| 8 | </table> \ No newline at end of file | 8 | <% end %> \ No newline at end of file |
