conversionfoundry / breeze

A Ruby on Rails CMS for brochure-style websites.
Other
3 stars 2 forks source link

content_helper needs to be reviewed #49

Open isaacfreeman opened 11 years ago

isaacfreeman commented 11 years ago

There's lots of messy code in there, in particular the navigation method.

isaacfreeman commented 11 years ago

In particular, we have navigation and bootstrap_nav methods, which are nearly but not quite identical.

In the near term, a good starting point might be to replace the navigation method with bootstrap_nav. However, there's a lot more work to do after that.

isaacfreeman commented 11 years ago

https://github.com/leftclick/breeze/wiki/Layouts

has documentation indicating how navigation is supposed to work. THis would be a good starting point for writing some tests for navigation.