From ef7369942afe703c3692949570096d19188e3f6d Mon Sep 17 00:00:00 2001 From: Lasse Bunk Date: Wed, 4 Jan 2012 18:07:31 +0100 Subject: [PATCH] beauty without brackets :-) --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 9cbc37e..4c12b66 100644 --- a/README.rdoc +++ b/README.rdoc @@ -25,7 +25,7 @@ In config/initializers/breadcrumbs.rb: end crumb :projects do - link "Projects", projects_path, { :class => 'breadcrumb', :style => 'font-weight: bold;' } + link "Projects", projects_path, :class => 'breadcrumb', :style => 'font-weight: bold;' end crumb :project do |project|