projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f59ad7
)
Try and make browsers display the search box sanely.
author
Tom Hughes
<tom@compton.nu>
Fri, 16 May 2008 10:06:57 +0000
(10:06 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 16 May 2008 10:06:57 +0000
(10:06 +0000)
app/views/site/_search.rhtml
patch
|
blob
|
history
diff --git
a/app/views/site/_search.rhtml
b/app/views/site/_search.rhtml
index f18587f737e2478dd4e0d77256f1d06a0df95930..d4214e8fe98b89f0e524805d8f4ea89ebdbc0f84 100644
(file)
--- a/
app/views/site/_search.rhtml
+++ b/
app/views/site/_search.rhtml
@@
-40,7
+40,7
@@
:url => { :controller => :geocoder, :action => :search }) do %>
<table>
<tr>
- <td><%= text_field_tag :query, h(params[:query]) %></td>
+ <td
width="100%"
><%= text_field_tag :query, h(params[:query]) %></td>
<td></td>
<td><%= submit_tag 'Go' %></td>
</tr>