Added classes to the body for easier page specific styling.
This commit is contained in:
parent
baacefbd92
commit
1df8f0cf20
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
= include_gon(:camel_case => true)
|
= include_gon(:camel_case => true)
|
||||||
|
|
||||||
%body
|
%body{ :class => "page-#{controller_name} action-#{action_name}" }
|
||||||
= flash_messages
|
= flash_messages
|
||||||
|
|
||||||
= yield :before_content
|
= yield :before_content
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue