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 (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Mon Apr 06 20:23:58 -0700 2009 | |
| |
README | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
install.rb | Mon Jul 28 00:31:05 -0700 2008 | |
| |
lib/ | ||
| |
public/ | ||
| |
test/ | ||
| |
uninstall.rb |
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












