diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/admin.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 61bb5c3..5ae363f 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | <div id="search_widget" style="display: none;"> | 30 | <div id="search_widget" style="display: none;"> |
| 31 | <div> | 31 | <div> |
| 32 | <%= form_tag admin_search_path, method: :get do %> | 32 | <%= form_tag admin_search_path, method: :get do %> |
| 33 | <span>Search: </span><%= text_field_tag :search_term, nil, autocomplete: "off" %> | 33 | <%= text_field_tag :search_term, nil, placeholder: "Search nodes…", autocomplete: "off" %> |
| 34 | <% end %> | 34 | <% end %> |
| 35 | </div> | 35 | </div> |
| 36 | <div id="menu_search_results" class="search_results" style="display: none"></div> | 36 | <div id="menu_search_results" class="search_results" style="display: none"></div> |
