Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spohlenz/breadcrumbs

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

Last synced: 28 days 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