erichexter / twitter.bootstrap.mvc

nuget package to make bootstrap easy with mvc4
Apache License 2.0
248 stars 134 forks source link

Implement breadcrumbs #69

Open serra opened 11 years ago

serra commented 11 years ago

This is a new issue, instead of #58. Work on that issue was discontinued. I merged the work from #58 onto this branch;

Todo:

MisterJames commented 11 years ago

Let me know if you need anything from me on this for the #68 merge, I'd be happy to help.

serra commented 11 years ago

For #58 the an explicit parent route property was introduced, this parent is used to recursively build the breadcrumbs. This is closely related to the navigation routes. ATM it's not really clear to me what the proposed changes to the navigation routes are, and how that will affect this issue.

I figured it would be best to wait and see how #68 works out and then merge that work in.

You could try and see if there are any objections to the explicit parent and how it is set. If it's in the line of the expected overhaul, I can proceed with this issue immediately.