openplans / openblock

OpenBlock is a web application and RESTful service that allows users to browse and search their local area for "hyper-local news
61 stars 26 forks source link

Remove bogus breadcrumbs from schema_filter view #263

Closed slinkp closed 12 years ago

slinkp commented 12 years ago

Eg. http://demo.openblockproject.org/meetups/filter/by-date=2012-01-24,2012-02-23;locations=neighborhoods,government-center;by-venue_name=hard%20rock%20cafe;by-group_name=boston%20happy%20hour/

The search inputs are re-used as breadcrumbs at page top. They really aren't breadcrumbs - this is not a hierarchy - and there's other ways to add/remove search parameters, so they add nothing. And they mess up the layout; in the example given, they overflow onto the line below the breadcrumbs.

slinkp commented 12 years ago

(In [d77e78244c7c548e340ee9c97add2a11f39de946]) Remove bogus breadcrumbs from schema_filter page; closes #270

slinkp commented 12 years ago

Ticket imported from Trac: http://developer.openblockproject.org/ticket/270 Reported by: slinkp