This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 4995fc9cc3abf99f455e87560733f860592614f9
tree 1347f6ca41eaa297a2410d3277d29d8d6535e546
parent 8945b53a1c80ada927872aac36ea93e0b5d918fd
tree 1347f6ca41eaa297a2410d3277d29d8d6535e546
parent 8945b53a1c80ada927872aac36ea93e0b5d918fd
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
init.rb | Mon Jul 28 00:50:58 -0700 2008 | |
| |
install.rb | ||
| |
lib/ | ||
| |
public/ | ||
| |
test/ | ||
| |
uninstall.rb |
README
Breadcrumb Trail ================ Adds a breadcrumb trail to your Rails application. In your action: add_crumb :label => 'Admin', :link => administrators_path add_crumb :label => 'Users', :link => admin_users_path add_crumb :label => @user.name In your layout or view: <%= crumbs %> Generates something like: <ol class="breadcrumb"> <li class="first"><a href="/">Home</a></li> <li><a href="/administrators">Admin</a></li> <li><a href="/admin/users">Users</a></li> <li>Nigel Ramsay</li> </ol> Style ----- You should use CSS to style the breadcrumb trail. See the example in public/stylesheets. Copyright (c) 2008 Able Technology Limited (http://www.abletech.co.nz/blog), released under the MIT license








