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