Ecosyste.ms: Awesome
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: 28 days ago
JSON representation
Really simple breadcrumbs for your rails app
- Host: GitHub
- URL: https://github.com/spohlenz/breadcrumbs
- Owner: spohlenz
- Created: 2008-08-31T18:13:38.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-11-25T17:21:09.000Z (almost 16 years ago)
- Last Synced: 2023-04-11T03:11:14.758Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 linkIn your view:
<%= breadcrumbs %>
Copyright (c) 2008 Sam Pohlenz, released under the MIT license