diff options
author | George Claghorn <george.claghorn@gmail.com> | 2019-01-19 15:14:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-19 15:14:08 -0500 |
commit | dd8d37881c936d22acbc244e7e3b9b3a26e441b8 (patch) | |
tree | 81c9901452ae032476f916234e60fc560ff238dc /actionmailbox | |
parent | aac4d7f6ff5fad462cec2a521e1b98774ef3bdb2 (diff) | |
parent | b8e0333845bdbb8c7b303ca6a2a26ed944b56a43 (diff) | |
download | rails-dd8d37881c936d22acbc244e7e3b9b3a26e441b8.tar.gz rails-dd8d37881c936d22acbc244e7e3b9b3a26e441b8.tar.bz2 rails-dd8d37881c936d22acbc244e7e3b9b3a26e441b8.zip |
Merge pull request #34986 from alkesh26/action-mailbox-layout-fix
Enclosing body tag in conductor layout.
Diffstat (limited to 'actionmailbox')
-rw-r--r-- | actionmailbox/app/views/layouts/rails/conductor.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailbox/app/views/layouts/rails/conductor.html.erb b/actionmailbox/app/views/layouts/rails/conductor.html.erb index 75157feb78..1cad6560c4 100644 --- a/actionmailbox/app/views/layouts/rails/conductor.html.erb +++ b/actionmailbox/app/views/layouts/rails/conductor.html.erb @@ -4,4 +4,5 @@ </head> <body> <%= yield %> +</body> </html> |