Actions
Defect #178
closedThemes don't work with Rails 2.x
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Themes don't work with Rails 2.x because "stylesheet_path" is not called.
The workaround is to define "path_to_stylesheet" and call "stylesheet_path" from there.
An "alias" doesn't work here because of the "super" call in "stylesheet_path".
Files
Updated by Jean-Philippe Lang almost 17 years ago
Thanks. Fix committed in trunk in r1047.
Actions