@@ -476,8 +476,8 module ApplicationHelper | |||
|
476 | 476 | css << 'theme-' + theme.name |
|
477 | 477 | end |
|
478 | 478 | |
|
479 |
css << 'controller-' + |
|
|
480 |
css << 'action-' + |
|
|
479 | css << 'controller-' + controller_name | |
|
480 | css << 'action-' + action_name | |
|
481 | 481 | css.join(' ') |
|
482 | 482 | end |
|
483 | 483 |
General Comments 0
You need to be logged in to leave comments.
Login now