An open API service indexing awesome lists of open source software.

https://github.com/spohlenz/breadcrumbs

Really simple breadcrumbs for your rails app
https://github.com/spohlenz/breadcrumbs

Last synced: about 2 months ago
JSON representation

Really simple breadcrumbs for your rails app

Awesome Lists containing this project

README

        

Breadcrumbs
===========

Really simple breadcrumbs for your rails app.

Example
=======

In your controller or view:

add_breadcrumb "My site", '/' # Linked breadcrumb
add_breadcrumb "Edit" # Breadcrumb without link

In your view:

<%= breadcrumbs %>

Copyright (c) 2008 Sam Pohlenz, released under the MIT license