Commit d8aa60d89ed7829b01e7e84c806feb6f2f666acf
1 parent
fce5547d
Exists in
master
and in
1 other branch
Fixed ical.png asset link
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/errbit.css
... | ... | @@ -220,7 +220,7 @@ a.action { float: right; font-size: 0.9em;} |
220 | 220 | } |
221 | 221 | |
222 | 222 | #action-bar .calendar_link { |
223 | - background: url(/images/ical.png) no-repeat scroll 11px 4px transparent; | |
223 | + background: url(/assets/ical.png) no-repeat scroll 11px 4px transparent; | |
224 | 224 | padding-left: 47px; |
225 | 225 | } |
226 | 226 | ... | ... |