From d8aa60d89ed7829b01e7e84c806feb6f2f666acf Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 30 May 2012 17:02:26 +1200 Subject: [PATCH] Fixed ical.png asset link --- app/assets/stylesheets/errbit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/errbit.css b/app/assets/stylesheets/errbit.css index 9d3e4b4..1fe7176 100644 --- a/app/assets/stylesheets/errbit.css +++ b/app/assets/stylesheets/errbit.css @@ -220,7 +220,7 @@ a.action { float: right; font-size: 0.9em;} } #action-bar .calendar_link { - background: url(/images/ical.png) no-repeat scroll 11px 4px transparent; + background: url(/assets/ical.png) no-repeat scroll 11px 4px transparent; padding-left: 47px; } -- libgit2 0.21.2