diff options
| author | mo <mokha@cisco.com> | 2017-08-31 20:51:18 -0600 |
|---|---|---|
| committer | mo <mokha@cisco.com> | 2017-08-31 20:51:18 -0600 |
| commit | abfdf6ea62b3c9e55f7b65bcda7aee3df4f895ef (patch) | |
| tree | 73d54028f33203260bdc13b4079ca437bea77ebb /app/views | |
| parent | 868cbd8aeccec43da6cdc9b4c60bfda9e421141a (diff) | |
my/cakes#edit.
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/layouts/application.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 6c2cb159..f65eb476 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -23,7 +23,7 @@ <%= yield :javascript %> <%= csrf_meta_tags %> </head> -<body> +<body class="<%= params[:controller].parameterize %> <%= params[:action] %>"> <%= render "layouts/header" %> <div class="<%= configuration_for(:container_class, 'container') %>"> <%= render "layouts/messages" %> |
