app/views/application/_toolbar.html.haml in app_frame-0.5.6 vs app/views/application/_toolbar.html.haml in app_frame-0.5.7
- old
+ new
@@ -1,7 +1,5 @@
.btn-toolbar
- .btn-group
- = link_to("New #{resource_name}", new_resource_url, :class => 'btn')
- if searchable?
- .btn-group.pull-right
+ .btn-group
= form_for collection_url, :class => "form-search", :method => :get do
- = text_field_tag 'q', params[:q], :class => "search-query"
+ = text_field_tag 'q', params[:q], :class => "search-query", :placeholder => 'Search'