description text for all boxes in manage page. search box text defaults to query on people#index.

This commit is contained in:
danielvincent 2010-09-18 17:56:26 -07:00
parent b5a2971302
commit cc4e9f8d39
2 changed files with 10 additions and 6 deletions

View file

@ -13,6 +13,9 @@
.requests
%ul.dropzone
- if @remote_requests.size < 1
%li.grey No new requests
- else
- for request in @remote_requests
%li.requested_person{:id => request.person.id, :request_id => request.id}
= person_image_tag(request.person)
@ -23,6 +26,7 @@
%li.remove
%ul.dropzone
%li.grey Drag to ignore/remove
- content_for :publish do
= link_to("add a new aspect", "#add_aspect_pane", :id => "add_aspect_button", :class => "new_aspect button", :title => "Add a new aspect")

View file

@ -8,7 +8,7 @@
Search
=form_tag '/people', :method => "get" do
= text_field_tag :q
= text_field_tag :q, params[:q]
= submit_tag "search"
- content_for :left_pane do